OSDN Git Service

Google Code に入れていた最新版 r62 (2011/08/22) を反映 | https://code.google.com/p/xoops-modules...
[xoops-japanese/XOOPS-Modules.git] / XOOPS25_Basic / modules / xforms / language / japanese / modinfo.php
1 <?php
2 ######### (liaise) version 1.0  additions #########
3 // The name of this module
4 define("_MI_xforms_NAME","xForms");
5
6 // A brief description of this module
7 define("_MI_xforms_DESC","コンタクトフォーム generator");
8
9 // admin/menu.php
10 define("_MI_xforms_ADMENU1","コンタクトフォーム一覧");
11 define("_MI_xforms_ADMENU2","コンタクトフォーム作成");
12
13 //      preferences
14 define("_MI_xforms_TEXT_WIDTH","テキストボックス横幅の初期値");
15 define("_MI_xforms_TEXT_MAX","テキストボックス最大文字数の初期値");
16 define("_MI_xforms_TAREA_ROWS","テキストエリア行数の初期値");
17 define("_MI_xforms_TAREA_COLS","テキストエリア列数の初期値");
18
19 ######### (liaise) version 1.1  additions #########
20 //      preferences
21 define("_MI_xforms_MAIL_CHARSET","メール送信時のエンコード方法");
22
23 //      template descriptions
24 define("_MI_xforms_TMPL_MAIN_DESC","お問い合わせのメインページ");
25 define("_MI_xforms_TMPL_ERROR_DESC","エラーが発生したページ");
26
27 ######### (liaise) version 1.2 additions #########
28 //      template descriptions
29 define("_MI_xforms_TMPL_FORM_DESC","フォームのテンプレート");
30
31 //      preferences
32 define("_MI_xforms_MOREINFO","送信内容と共に送られる補足情報");
33 define("_MI_xforms_MOREINFO_USER","ユーザ名とユーザ情報ページの URL");
34 define("_MI_xforms_MOREINFO_IP","投稿者の IP アドレス");
35 define("_MI_xforms_MOREINFO_AGENT","投稿者の User agent (ブラウザ)");
36 define("_MI_xforms_MOREINFO_FORM","投稿フォームの URL");
37 define("_MI_xforms_MAIL_CHARSET_DESC","空白の場合は "._CHARSET." で送信されます");
38 define("_MI_xforms_PREFIX","必須記入項目に表示する文字列(フォームの左)");
39 define("_MI_xforms_SUFFIX","必須記入項目に表示する文字列(フォームの右)");
40 define("_MI_xforms_INTRO","一覧表示画面の上部に表示される説明文");
41 define("_MI_xforms_GLOBAL","各フォームの下部に表示されるテキスト");
42
43 // admin/menu.php
44 define("_MI_xforms_ADMENU3","フォーム要素作成");
45 define("_MI_xforms_ADMENU5","About");
46
47 ######### (liaise) version 1.21 additions #########
48 // preferences default values
49 define("_MI_xforms_INTRO_DEFAULT","当サイトへのお問い合わせは次の各フォームからお送り下さい:");
50 define("_MI_xforms_GLOBAL_DEFAULT","[b]* 必須項目[/b]");
51
52 ######### (liaise) version 1.23 additions #########
53 define("_MI_xforms_UPLOADDIR","アップロードファイル保存先の物理パス(最後の / は不要)");
54 define("_MI_xforms_UPLOADDIR_DESC","プライベートメッセージで送られたアップロードファイルは、すべてここに保存されます");
55
56 ######### (xforms) version 1.0 additions ##########
57 define( "_MI_xforms_CAPTCHA", "画像認証を使用しますか?" );
58 define( "_MI_xforms_CAPTCHADSC", "<em>はい</em> の場合は、画像認証を表示します。<br />デフォルト: <em>はい</em>" );
59 define("_MI_xforms_ADMENU4","Liaise からのインポート");
60
61 ######### (xforms) version 1.0.0.1 additions ##########
62 define("_MI_xforms_NOFORM","Text showed when there are no forms visible to the current user");
63 define("_MI_xforms_NOFORM_DEFAULT","Sorry, there are currently no forms (visible for you).");
64
65 define("_MI_xforms_ADMENU0","ホーム");
66 ?>