[問題]友善列印中文化
發表於 : 2004-08-26 16:52
小弟安裝了友善列印(printer-friendly topic view option mod1.08),找不到中文語系檔,可否請各位大大幫小地翻譯一下~謝謝!!
[php]<?php
<?php
/***************************************************************************
* lang_printertopic.php [English]
* -------------------
* begin : Tuesday, Dec 30 2003
* copyright : (C) 2003 by Svyatozar
* email : svyatozar@pochtamt.ru
*
* $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'] = 'printer-friendly view'; // Printer button alternate text
$lang['printertopic_Select_messages_from'] = 'Select messages from';
$lang['printertopic_through'] = 'through';
$lang['printertopic_box1_desc'] = 'number of the first message to display';
$lang['printertopic_box2_desc'] = 'number of the last message to display; if negative - specifies a range';
$lang['printertopic_Show'] = 'Show'; // "Show" button label in the printable topic view
$lang['printertopic_Print'] = 'Print'; // "Print" button label in the printable topic view
$lang['printertopic_Print_desc'] = 'print this page'; // Description for the "Print" button on the printable topic view
$lang['printertopic_cancel_pagination_desc'] = 'cancel pagination'; // Description for the "Cancel Pagination" button in the printable topic view
?>
?>[/php]
[php]<?php
<?php
/***************************************************************************
* lang_printertopic.php [English]
* -------------------
* begin : Tuesday, Dec 30 2003
* copyright : (C) 2003 by Svyatozar
* email : svyatozar@pochtamt.ru
*
* $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'] = 'printer-friendly view'; // Printer button alternate text
$lang['printertopic_Select_messages_from'] = 'Select messages from';
$lang['printertopic_through'] = 'through';
$lang['printertopic_box1_desc'] = 'number of the first message to display';
$lang['printertopic_box2_desc'] = 'number of the last message to display; if negative - specifies a range';
$lang['printertopic_Show'] = 'Show'; // "Show" button label in the printable topic view
$lang['printertopic_Print'] = 'Print'; // "Print" button label in the printable topic view
$lang['printertopic_Print_desc'] = 'print this page'; // Description for the "Print" button on the printable topic view
$lang['printertopic_cancel_pagination_desc'] = 'cancel pagination'; // Description for the "Cancel Pagination" button in the printable topic view
?>
?>[/php]