Kód:
<?php
/***************************************************************************
* lang_printertopic.php [Czech]
* -------------------
* begin : Tuesday, Dec 30 2003
* copyright : (C) 2003 by Svyatozar
* email : svyatozar@pochtamt.ru
*
* translation : R - stick info@rstick.cz www.rstick.cz
*
* $Id: lang_printertopic.php,v 1.2 2004/01/03 06:51:40 webmaster Exp $
*
****************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
//
// printer-friendly topic mod
//
// mod specific
$lang['printertopic_button'] = 'Vytisknout téma'; // Printer button alternate text
$lang['printertopic_Select_messages_from'] = 'Vyberte zprávu(y) od:';
$lang['printertopic_through'] = 'do:';
$lang['printertopic_box1_desc'] = 'číslo první zprávy, od které chcete začít tisknout';
$lang['printertopic_box2_desc'] = 'číslo poslední zprávy, kterou chcete ještě vytisknout; Pokud je negativní - specifikujte rozsah tisku';
$lang['printertopic_Show'] = 'Obnovit'; // "Show" button label in the printable topic view
$lang['printertopic_Print'] = 'Tisk dokumentu'; // "Print" button label in the printable topic view
$lang['printertopic_Print_desc'] = 'Vytisknout tuto stránku'; // Description for the "Print" button on the printable topic view
$lang['printertopic_cancel_pagination_desc'] = 'Zrušit stránkování'; // Description for the "Cancel Pagination" button in the printable topic view
?>