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.
|
<?php
|
|
/**
|
|
* @package uForum
|
|
* @file lngs/Polish/quick_reply.php
|
|
* @version $Id$
|
|
* @copyright 2009(c) PioDer <[email protected]>
|
|
* @link http://pioder.gim2przemysl.int.pl/
|
|
* @license GNU GPL v3
|
|
**/
|
|
$lng['title']='Szybka Odpowiedź';
|
|
$lng['message']='Wiadomość';
|
|
$lng['save']='Zapisz';
|
|
$lng['reset']='Wyczyść';
|
|
$lng['message']='Wiadomość (dodatkowo. dostępne tagi [code] i [quote])';
|
|
?>
|