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 / modinfo.php
1 <?php\r
2 // $Id: modinfo.php $\r
3 // Module Info\r
4 \r
5 // The name of this module\r
6 define("_MI_CONTACT_NAME","お問い合わせ");\r
7 // A brief description of this module\r
8 define("_MI_CONTACT_DESC","管理者へメッセージを送付");\r
9 \r
10 define('_MI_CONTACT_SETTINGS', '設定');\r
11 define('_MI_CONTACT_SETTINGS_DSC', 'Contact Us Collection settings');\r
12 define('_MI_CONTACT_GEN', 'General' );\r
13 define('_MI_CONTACT_GEN_DSC', 'General settings for intro and subject/email definitions' );\r
14 \r
15 // Config stuff\r
16 define("_MI_CONTACT_GETICQ", "Collect ICQ" );\r
17 define("_MI_CONTACT_GETICQDSC", "Yes - ask for ICQ" );\r
18 \r
19 define("_MI_CONTACT_ALLOWSENDCONFIRM", "Allow Confirm Messages" );\r
20 define("_MI_CONTACT_ALLOWSENDCONFIRMDSC", "Yes - shows a check box for the sender to "\r
21 ."have a confimation email sent to them." );\r
22 \r
23 define("_MI_CONTACT_GETURL", "Collect user URL" );\r
24 define("_MI_CONTACT_GETURLDSC", "Yes - ask for the users URL" );\r
25 \r
26 define("_MI_CONTACT_GETCOMPANY", "Collect user Company Name" );\r
27 define("_MI_CONTACT_GETCOMPANYDSC", "Yes - ask for the users company name" );\r
28 \r
29 define("_MI_CONTACT_GETLOC", "Collect user location" );\r
30 define("_MI_CONTACT_GETLOCDSC", "Yes - ask for the users location, not the full address" );\r
31 \r
32 define("_MI_CONTACT_ADDRESS", "Collect user Address" );\r
33 define("_MI_CONTACT_ADDRESSDSC", "Yes - ask for the users address" );\r
34 \r
35 define("_MI_CONTACT_INTROHEAD", "Introduction Heading" );\r
36 define("_MI_CONTACT_INTROHEAD_DESC", "This is the heading applied to the <b>Introduction Text</b>");\r
37 define("_MI_CONTACT_INTRO_DEFAULT","Please fill in the form and submit, we will<br />respond as soon as possible!");\r
38 \r
39 define("_MI_CONTACT_INTRO", "Introduction Text" );\r
40 define("_MI_CONTACT_INTRO_DESC", "Text that can be added to the beginning of the <b>Contact Us</b><br />"\r
41 ."dialog.  I.e. - Welcome text, snail mail address, phone numbers" );\r
42 \r
43 define("_MI_CONTACT_SECURITY", "確認コードの入力" );\r
44 define("_MI_CONTACT_SECURITYDSC", "はい にすると Activate <b>Security Check</b> to validate users sending contact mail.<br />"\r
45 ."This may also help eliminate <b>Contact Us</b> SPAM!" );\r
46         \r
47 define("_MI_CONTACT_SITEKEY", "Random Key" );\r
48 define("_MI_CONTACT_SITEKEYDSC", "Create any random mixed characters or numbers to make <b>Security Check</b><br />"\r
49 ."more granular and random!" );\r
50 \r
51 define("_MI_CONTACT_HEAD", "Contact Heading" );\r
52 define("_MI_CONTACT_HEADDSC", "Heading for Contact Form");\r
53 define("_MI_CONTACT_HEADDEFAULT","Contact Form");\r
54 \r
55 define("_MI_CONTACT_THANKYOU", "Thank You Message");\r
56 define("_MI_CONTACT_THANKYOUDSC", "Message to sender thanking them for contacting you");\r
57 define("_MI_CONTACT_THANKYOUDEFAULT", "Thank you for contacting me.  I will get back to you as soon as possible!");\r
58 \r
59 define("_MI_CONTACT_TIMEOUT", "Redirect Page Timeout");\r
60 define("_MI_CONTACT_TIMEOUTDSC", "This is the amount of seconds to display the redirect page after sending a message");\r
61 \r
62 define("_MI_CONTACT_SHOWDEPT", "Display \"Dept./Subject\" Section");\r
63 define("_MI_CONTACT_SHOWDEPTDSC", "Yes - Shows a dropdown with defined depts/subjects<br />"\r
64 ."If no departments are shown, all contact email is sent to the site email address" );\r
65 \r
66 define("_MI_CONTACT_DEPTTITLE", "\"Dept/Subject\" Title");\r
67 define("_MI_CONTACT_DEPTTITLEDSC", "Title shown in \"Dept/Subject\" section of Contact form");\r
68 define("_MI_CONTACT_DEPTTITLEDEFAULT", "Department");\r
69 \r
70 define("_MI_CONTACT_DEPT", "Departments" );\r
71 define("_MI_CONTACT_DEPTDSC", "Departments allow you to define a department/email combination.  Users selecting<br />"\r
72 ."from a defined department will have their contact information sent to the corresponding<br />"\r
73 ."email address you define.<br /><br />"\r
74 ."Define each department/email as follows:<br /><br />"\r
75 ."dept1,email1|dept2,email2|dept3,email3 etc. - each department and email must be seperated<br />"\r
76 ."by a comma ',', and each department email combination bust be seperated by a pipe '|'" );\r
77 \r
78 define("_MI_CONTACT_VALIDATEDOMAIN", "Validate Email Domain");\r
79 define("_MI_CONTACT_VALIDATEDOMAINDSC", "Yes - Activate \"deep-check\" of domain.tld in email address provided.<br />"\r
80 ."No - Does a simple check of email address entered.");\r
81 \r
82 define("_MI_CONTACT_SHOWMOREINFO", "Display \"More Info\" Section" );\r
83 define("_MI_CONTACT_SHOWMOREINFODSC", "Yes - Display a section with multi-checkbox choices of your defined \"More Info\"");\r
84 \r
85 define("_MI_CONTACT_MOREINFOTITLE", "\"More Info\" Title" );\r
86 define("_MI_CONTACT_MOREINFOTITLEDSC", "Title shown in \"More Info\" section of Contact form" );\r
87 define("_MI_CONTACT_MOREINFOTITLEDEFAULT","Request More Information");\r
88 \r
89 define("_MI_CONTACT_MOREINFO", "\"More Info\" Items");\r
90 define("_MI_CONTACT_MOREINFODSC", "\"More Info\" items allow you to display items that a user can check off<br />"\r
91 ."as having more interst or needing more info.  It's a way of steering your customers<br />"\r
92 ."if that's what you desire.  As an example of a commercial application - a salesperson may<br />"\r
93 ."want to offer free info, provided the user contacts the salesperson first.  This is a way<br />"\r
94 ." of harvesting customers as well.<br /><br />"\r
95 ."Define each item as follows:<br /><br />"\r
96 ."item1|item2|item3 etc. - each item must be seperated by a pipe '|'");\r
97 \r
98 //1.71\r
99 // index.php\r
100 //define("_MI_CONTACT_ADMIN_INDEX",                  "Home");\r
101 \r
102 define('_MI_CONTACT_MENU_00',"ホーム"); \r
103 define("_MI_CONTACT_ADMIN_HOME_DESC","ホームへ戻る");\r
104 \r
105 define("_MI_CONTACT_ADMIN_ABOUT",                  "About");\r
106 define("_MI_CONTACT_ADMIN_ABOUT_DESC" , "About this module");\r
107 \r
108 define("_MI_CONTACT_ADMIN_HELP",                 "ヘルプ");\r
109 define("_MI_CONTACT_ADMIN_HELP_DESC" , "モジュールヘルプ");\r
110 ?>