A lightweight forum engine written in PHP. Repository is now obsolete and read-only. http://www.pioder.pl/uforum.html
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
409 B

  1. <?php
  2. /**
  3. * @package uForum
  4. * @file lngs/Polish/quick_reply.php
  5. * @version $Id$
  6. * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
  7. * @link http://www.pioder.pl/
  8. * @license see LICENSE.txt
  9. **/
  10. $lng['title']='Szybka Odpowiedź';
  11. $lng['message']='Wiadomość';
  12. $lng['save']='Zapisz';
  13. $lng['reset']='Wyczyść';
  14. $lng['message']='Wiadomość (dodatkowo. dostępne tagi [code] i [quote])';
  15. ?>