OSDN Git Service

Google Code に入れていた最新版 r62 (2011/08/22) を反映 | https://code.google.com/p/xoops-modules...
[xoops-japanese/XOOPS-Modules.git] / hterror / language / japanese / modinfo.php
1 <?php\r
2 // $Id: modinfo.php,v 1.4 2007/05/07 20:21:29 andrew Exp $\r
3 //  ------------------------------------------------------------------------ //\r
4 //  Author: Andrew Mills                                                     //\r
5 //  Email:  ajmills@sirium.net                                               //\r
6 //      About:           //\r
7 //                                                                           //\r
8 //  ------------------------------------------------------------------------ //\r
9 //                XOOPS - PHP Content Management System                      //\r
10 //                    Copyright (c) 2000 XOOPS.org                           //\r
11 //                       <http://www.xoops.org/>                             //\r
12 //  ------------------------------------------------------------------------ //\r
13 //  This program is free software; you can redistribute it and/or modify     //\r
14 //  it under the terms of the GNU General Public License as published by     //\r
15 //  the Free Software Foundation; either version 2 of the License, or        //\r
16 //  (at your option) any later version.                                      //\r
17 //                                                                           //\r
18 //  You may not change or alter any portion of this comment or credits       //\r
19 //  of supporting developers from this source code or any supporting         //\r
20 //  source code which is considered copyrighted (c) material of the          //\r
21 //  original comment or credit authors.                                      //\r
22 //                                                                           //\r
23 //  This program is distributed in the hope that it will be useful,          //\r
24 //  but WITHOUT ANY WARRANTY; without even the implied warranty of           //\r
25 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            //\r
26 //  GNU General Public License for more details.                             //\r
27 //                                                                           //\r
28 //  You should have received a copy of the GNU General Public License        //\r
29 //  along with this program; if not, write to the Free Software              //\r
30 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA //\r
31 //  ------------------------------------------------------------------------ //\r
32 \r
33 \r
34 /**\r
35 * xoops_version.php\r
36 */\r
37 define("_MI_AM_HTERROR_NAME",   "AM HTError");\r
38 define("_MI_AM_HTERROR_DESC",   "XOOPS HT エラー モジュール");\r
39 \r
40 // config options\r
41 define("_MI_AMHTERR_IGNOREADMIN",               "Ignore admins:");\r
42 define("_MI_AMHTERR_IGNOREADMINDSC",    "Do not add error reports into the database for admins.");\r
43 define("_MI_AMHTERR_REPORTING",                 "Turn off error reports:");\r
44 define("_MI_AMHTERR_REPORTINGDSC",              "Busy sites may want to turn off error reporting if the report page gets too large.");\r
45 define("_MI_AMHTERR_PAGETTL",                   "Page title:");\r
46 define("_MI_AMHTERR_PAGETTLDSC",                "Put the error title in the page's title");\r
47 define("_MI_AMHTERR_PAGETTL1",                  "None");\r
48 define("_MI_AMHTERR_PAGETTL2",                  "Yes: <module name> - <error>");\r
49 define("_MI_AMHTERR_PAGETTL3",                  "Yes: <error> - <module name>");\r
50 define("_MI_AMHTERR_DATEFRMT",                  "Date format:");\r
51 define("_MI_AMHTERR_DATEFRMTDSC",               'Date format in reports. See PHP\'s date format page for the different date format characters you can use.');\r
52 define("_MI_AMHTERR_NUMREPS",                   "Number of reports:");\r
53 define("_MI_AMHTERR_NUMREPSDSC",                "The numbers of reports to show.");\r
54 define("_MI_AMHTERR_LINEBRKS",                  "Message line breaks:");\r
55 define("_MI_AMHTERR_LINEBRKSDSC",               "Turn on auto line breaks in message errors (can cause problems with some HTML).");\r
56 \r
57 \r
58 /**\r
59 * Admin navbar\r
60 */\r
61 define("_MI_AMHTERR_GENERALSET",        "設定");\r
62 define("_MI_AMHTERR_GOTOMOD",           "モジュールへ");\r
63 define("_MI_AMHTERR_HELP",              "ヘルプ");\r
64 define("_MI_AMHTERR_MODULEADMIN",       "admin:");\r
65 define("_MI_AMHTERR_INDEX",             "Index");\r
66 \r
67 \r
68 /**\r
69 * Admin menu\r
70 */\r
71 define("_MI_AMHTERROR_MENU1",           "Index");\r
72 define("_MI_AMHTERROR_MENU2",           "エラーメッセージ");\r
73 define("_MI_AMHTERROR_MENU3",           "レポート");\r
74 \r
75 \r
76 ?>\r