OSDN Git Service

Google Code に入れていた最新版 r62 (2011/08/22) を反映 | https://code.google.com/p/xoops-modules...
[xoops-japanese/XOOPS-Modules.git] / XOOPS25_Basic / modules / contact / language / japanese / admin.php
1 <?php\r
2 //  ------------------------------------------------------------------------ //\r
3 //                XOOPS - PHP Content Management System                      //\r
4 //                    Copyright (c) 2000 XOOPS.org                           //\r
5 //                       <http://www.xoops.org/>                             //\r
6 // ------------------------------------------------------------------------- //\r
7 //  This program is free software; you can redistribute it and/or modify     //\r
8 //  it under the terms of the GNU General Public License as published by     //\r
9 //  the Free Software Foundation; either version 2 of the License, or        //\r
10 //  (at your option) any later version.                                      //\r
11 //                                                                           //\r
12 //  You may not change or alter any portion of this comment or credits       //\r
13 //  of supporting developers from this source code or any supporting         //\r
14 //  source code which is considered copyrighted (c) material of the          //\r
15 //  original comment or credit authors.                                      //\r
16 //                                                                           //\r
17 //  This program is distributed in the hope that it will be useful,          //\r
18 //  but WITHOUT ANY WARRANTY; without even the implied warranty of           //\r
19 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            //\r
20 //  GNU General Public License for more details.                             //\r
21 //                                                                           //\r
22 //  You should have received a copy of the GNU General Public License        //\r
23 //  along with this program; if not, write to the Free Software              //\r
24 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA //\r
25 //  ------------------------------------------------------------------------ //\r
26 \r
27 //1.71\r
28 \r
29 // About.php\r
30 define("_AM_CONTACT_ABOUT_RELEASEDATE",              "Released: ");\r
31 define("_AM_CONTACT_ABOUT_UPDATEDATE",               "Updated: ");\r
32 define("_AM_CONTACT_ABOUT_AUTHOR",                   "Author: ");\r
33 define("_AM_CONTACT_ABOUT_CREDITS",                  "Credits: ");\r
34 define("_AM_CONTACT_ABOUT_LICENSE",                  "License: ");\r
35 define("_AM_CONTACT_ABOUT_MODULE_STATUS",            "Status: ");\r
36 define("_AM_CONTACT_ABOUT_WEBSITE",                  "Website: ");\r
37 define("_AM_CONTACT_ABOUT_AUTHOR_NAME",              "Author name: ");\r
38 define("_AM_CONTACT_ABOUT_CHANGELOG",                "Change Log");\r
39 define("_AM_CONTACT_ABOUT_MODULE_INFO",              "Module Infos");\r
40 define("_AM_CONTACT_ABOUT_AUTHOR_INFO",              "Author Infos");\r
41 define("_AM_CONTACT_ABOUT_DESCRIPTION",          "Description: ");\r
42 \r
43 // Configuration\r
44 define("_AM_CONTACT_CONFIG","Configuration Check");\r
45 define("_AM_CONTACT_CONFIG_PHP","Minimum PHP required: %s (your version is %s)");\r
46 define("_AM_CONTACT_CONFIG_XOOPS","Minimum XOOPS required:  %s (your version is %s)");\r
47 ?>\r