OSDN Git Service

Google Code に入れていた最新版 r62 (2011/08/22) を反映 | https://code.google.com/p/xoops-modules...
[xoops-japanese/XOOPS-Modules.git] / XOOPS25_Basic / modules / xoopsfaq / language / schinese_utf8 / main.php
1 <?php
2 /**
3  * Name: main.php
4  * Description: Xoops FAQ module user language defines
5  *
6  * You may not change or alter any portion of this comment or credits
7  * of supporting developers from this source code or any supporting source code
8  * which is considered copyrighted (c) material of the original comment or credit authors.
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12  *
13  * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/
14  * @license http://www.fsf.org/copyleft/gpl.html GNU public license
15  * @package : XOOPS
16  * @Module : Xoops FAQ
17  * @subpackage : Module Language
18  * @since 2.3.0
19  * @author John Neill
20  * @version $Id: main.php 0000 10/04/2009 09:06:15 John Neill $
21  */
22 defined( 'XOOPS_ROOT_PATH' ) or die( 'Restricted access' );
23
24 /**
25  * Xoops FAQ Main Page
26  */
27 define( '_MD_XOOPSFAQ_FAQ', '帮助中心' );
28 define( '_MD_XOOPSFAQ_TOC', '内容列表' );
29 //define( '_MD_XOOPSFAQ_DOCS', 'FAQ' );
30 define( '_MD_XOOPSFAQ_MAIN', 'Main' );
31 define( '_MD_XOOPSFAQ_BACKTOTOP', '返回顶部' );
32 define( '_MD_XOOPSFAQ_BACKTOINDEX', '返回目录' );
33
34 /**
35  * Admin Defines
36  */
37 define("_MD_XOOPSFAQ_XOOPSFAQCONF", "Xoops FAQ Dashboard");
38 define("_MD_XOOPSFAQ_TOTALPUBLISHED", "Total Published FAQs: %s");
39 define("_MD_XOOPSFAQ_TOTALNONACTIVE", "Total Inactive FAQs: %s");
40 define("_MD_XOOPSFAQ_TOTALFAQS", "Total FAQs: %s");
41 define("_MD_XOOPSFAQ_TOTALCATEGORIES", "Total Categories: %s");