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
449 B

  1. <?php
  2. /**
  3. * @package Dynamic Script Forum
  4. * @file lngs/Polish/quick_reply.php
  5. * @version 1.0.x, 11-02-2007, 17:20
  6. * @copyright 2008(c) PioDer <pioder@wp.pl>
  7. * @link http://pioder.gim2przemysl.int.pl/dsf.html
  8. * @license GNU GPL v3
  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. ?>