Hoşgeldin Misafir

Yazıcı (Başlıkları Yazdırma) Modu...!

MiRaT

13 Kas 2017
2,077 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:
-Arkadaşlar printer-topic isimli mod ile forumlarınızdaki başlıkları yazıcıya "printer-friendly" yani "yazıcı-dostu" şeklinde göndermeniz mümkün. Bunun için modu download edip kurmanız gerekir. Easy mod ile de çalışıyor.--


Kod:
 <?php
/***************************************************************************
*                            lang_printertopic.php [English]
 *                              -------------------
 *   begin                : Tuesday, Dec 30 2003
 *   copyright            : (C) 2003 by Svyatozar
 *   email                : [email protected]
 *
 *   $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'] = 'yazd&imath;rma görünümü'; // Printer button alternate text
$lang['printertopic_Select_messages_from'] = 'Mesajlar&imath; seç:';
$lang['printertopic_through'] = 'den';
$lang['printertopic_box1_desc'] = 'görüntülenecek ilk mesaj no:';
$lang['printertopic_box2_desc'] = 'görüntülecenek son mesaj no:; ya da yazd&imath;r&imath;lacak alan&imath; belirleyin';
$lang['printertopic_Show'] = 'Göster'; // "Show" button label in the printable topic view
$lang['printertopic_Print'] = 'Yazd&imath;r'; // "Print" button label in the printable topic view
$lang['printertopic_Print_desc'] = 'bu sayfay&imath; yazd&imath;r'; // Description for the "Print" button on the printable topic view
$lang['printertopic_cancel_pagination_desc'] = 'sayfaland&imath;rmadan vazgeç'; // Description for the "Cancel Pagination" button in the printable topic view
?>