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

<?php
/**
* @package uForum
* @file lngs/Polish/quick_reply.php
* @version $Id$
* @copyright 2007-2010 (c) PioDer <[email protected]>
* @link http://www.pioder.pl/
* @license see LICENSE.txt
**/
$lng['title']='Szybka Odpowiedź';
$lng['message']='Wiadomość';
$lng['save']='Zapisz';
$lng['reset']='Wyczyść';
$lng['message']='Wiadomość (dodatkowo. dostępne tagi [code] i [quote])';
?>