OSDN Git Service

Google Code に入れていた最新版 r62 (2011/08/22) を反映 | https://code.google.com/p/xoops-modules...
[xoops-japanese/XOOPS-Modules.git] / XOOPS25_Basic / modules / extcal / language / japanese / modinfo.php
1 <?php
2
3 define('_MI_EXTCAL_NAME', 'eXtCal');
4 define('_MI_EXTCAL_DESC', 'XOOPS カレンダー モジュール');
5
6 define('_MI_EXTCAL_SUBMIT_EVENT', 'Submit Event');
7
8 // Admin Menu
9 define('_MI_EXTCAL_INDEX', 'ホーム');
10 define('_MI_EXTCAL_CATEGORY', 'カテゴリ');
11 define('_MI_EXTCAL_EVENT', 'イベント');
12 define('_MI_EXTCAL_PERMISSIONS', 'Permission');
13 define('_MI_EXTCAL_PRUNING', 'Pruning');
14
15 // Block
16 define('_MI_EXTCAL_BNAME1', 'Minical');
17 define('_MI_EXTCAL_BNAME1_DESC', 'Mini calendar block');
18 define('_MI_EXTCAL_BNAME2', 'Spotlight event');
19 define('_MI_EXTCAL_BNAME2_DESC', 'Display spotlight event');
20 define('_MI_EXTCAL_BNAME3', 'Upcoming event');
21 define('_MI_EXTCAL_BNAME3_DESC', 'Display X upcoming event');
22 define('_MI_EXTCAL_BNAME4', "Today's events");
23 define('_MI_EXTCAL_BNAME4_DESC', 'Display event occuring this day');
24 define('_MI_EXTCAL_BNAME5', 'New Event');
25 define('_MI_EXTCAL_BNAME5_DESC', 'Display X new events');
26 define('_MI_EXTCAL_BNAME6', 'Random events');
27 define('_MI_EXTCAL_BNAME6_DESC', 'Display X random events');
28
29 // Preferences
30 define('_MI_EXTCAL_START_PAGE', 'モジュール ホームページ');
31 define('_MI_EXTCAL_MONTH_CALENDAR', '月 (カレンダー)');
32 define('_MI_EXTCAL_WEEKLY_CALENDAR', '週 (カレンダー)');
33 define('_MI_EXTCAL_YEARLY_VIEW', '年 (リスト)');
34 define('_MI_EXTCAL_MONTHLY_VIEW', '月 (リスト)');
35 define('_MI_EXTCAL_WEEKLY_VIEW', '週 (リスト)');
36 define('_MI_EXTCAL_DAILY_VIEW', '日 (リスト)');
37 define('_MI_EXTCAL_WEEK_START_DAY', 'Week start Day');
38 define('_MI_EXTCAL_WEEK_START_DAY_DESC', 'Day to start the week on Calendar view');
39 define('_MI_EXTCAL_SUNDAY', '日曜日');
40 define('_MI_EXTCAL_MONDAY', '月曜日');
41 define('_MI_EXTCAL_TUESDAY', '火曜日');
42 define('_MI_EXTCAL_WEDNESDAY', '水曜日');
43 define('_MI_EXTCAL_THURSDAY', '木曜日');
44 define('_MI_EXTCAL_FRIDAY', '金曜日');
45 define('_MI_EXTCAL_SATURDAY', '土曜日');
46 define('_MI_EXTCAL_RSS_CACHE_TIME', 'RSS キャッシュ時間');
47 define('_MI_EXTCAL_RSS_CACHE_TIME_DESC', 'RSS ページのキャッシュ時間');
48 define('_MI_EXTCAL_RSS_NB_EVENT', 'RSS 表示イベント数');
49 define('_MI_EXTCAL_RSS_NB_EVENT_DESC', 'RSSページに表示するイベント数');
50 define('_MI_EXTCAL_WHOS_GOING', "Enable Who's going");
51 define('_MI_EXTCAL_WHOS_GOING_DESC', "Enable or not the who's going feature");
52 define('_MI_EXTCAL_WHOSNOT_GOING', "Enable Who's not going");
53 define('_MI_EXTCAL_WHOSNOT_GOING_DESC', "Enable or not the who's not going feature");
54 define('_MI_EXTCAL_SORT_ORDER', 'イベントの並び');
55 define('_MI_EXTCAL_SORT_ORDER_DESC', 'リストで表示するイベントの並び');
56 define('_MI_EXTCAL_ASCENDING', '昇順');
57 define('_MI_EXTCAL_DESCENDING', '降順');
58 define('_MI_EXTCAL_EY_DATE_PATTERN', 'Event : Year view date patern');
59 define('_MI_EXTCAL_EY_DATE_PATTERN_DESC', 'See the Date format on http://www.php.net/manual/en/function.date.php');
60 define('_MI_EXTCAL_EY_DATE_PATTERN_VALUE', 'j/m/Y');
61 define('_MI_EXTCAL_NM_DATE_PATTERN', 'Navig : Month view date patern');
62 define('_MI_EXTCAL_NM_DATE_PATTERN_DESC', 'See the Date format on http://www.php.net/manual/en/function.date.php');
63 define('_MI_EXTCAL_NM_DATE_PATTERN_VALUE', 'F Y');
64 define('_MI_EXTCAL_EM_DATE_PATTERN', 'Event : Month view date patern');
65 define('_MI_EXTCAL_EM_DATE_PATTERN_DESC', 'See the Date format on http://www.php.net/manual/en/function.date.php');
66 define('_MI_EXTCAL_EM_DATE_PATTERN_VALUE', 'j/m/Y');
67 define('_MI_EXTCAL_NW_DATE_PATTERN', 'Navig : Week view date patern');
68 define('_MI_EXTCAL_NW_DATE_PATTERN_DESC', 'See the Date format on http://www.php.net/manual/en/function.date.php');
69 define('_MI_EXTCAL_NW_DATE_PATTERN_VALUE', 'j F Y');
70 define('_MI_EXTCAL_EW_DATE_PATTERN', 'イベント : Week view date patern');
71 define('_MI_EXTCAL_EW_DATE_PATTERN_DESC', 'See the Date format on http://www.php.net/manual/en/function.date.php');
72 define('_MI_EXTCAL_EW_DATE_PATTERN_VALUE', 'j/m/Y');
73 define('_MI_EXTCAL_ND_DATE_PATTERN', 'Navig : Day view date patern');
74 define('_MI_EXTCAL_ND_DATE_PATTERN_DESC', 'See the Date format on http://www.php.net/manual/en/function.date.php');
75 define('_MI_EXTCAL_ND_DATE_PATTERN_VALUE', 'l j F Y');
76 define('_MI_EXTCAL_ED_DATE_PATTERN', 'Event : Day view date patern');
77 define('_MI_EXTCAL_ED_DATE_PATTERN_DESC', 'See the Date format on http://www.php.net/manual/en/function.date.php');
78 define('_MI_EXTCAL_ED_DATE_PATTERN_VALUE', 'j/m/Y');
79 define('_MI_EXTCAL_EE_DATE_PATTERN', 'Event : Event view date patern');
80 define('_MI_EXTCAL_EE_DATE_PATTERN_DESC', 'See the Date format on http://www.php.net/manual/en/function.date.php');
81 define('_MI_EXTCAL_EE_DATE_PATTERN_VALUE', 'l dS \of F Y h:i:s A');
82 define('_MI_EXTCAL_EB_DATE_PATTERN', 'Event : Block date patern');
83 define('_MI_EXTCAL_EB_DATE_PATTERN_DESC', 'See the Date format on http://www.php.net/manual/en/function.date.php');
84 define('_MI_EXTCAL_EB_DATE_PATTERN_VALUE', 'j/m/Y');
85 define('_MI_EXTCAL_DISP_PAST_E_LIST', 'Display past event (List view)');
86 define('_MI_EXTCAL_DISP_PAST_E_LIST_DESC', '');
87 define('_MI_EXTCAL_DISP_PAST_E_CAL', 'Display past event (Calendar view)');
88 define('_MI_EXTCAL_DISP_PAST_E_CAL_DESC', '');
89 define('_MI_EXTCAL_FILE_EXTENTION', 'ファイルタイプ有効');
90 define('_MI_EXTCAL_FILE_EXTENTION_DESC', 'Select file type who will be allowed to be attached to an event');
91 define('_MI_EXTCAL_HTML', 'HTML 有効');
92 define('_MI_EXTCAL_HTML_DESC', 'Allow HTML or not for text field');
93
94 // Notifications
95 define('_MI_EXTCAL_GLOBAL_NOTIFY', 'Global notification');
96 define('_MI_EXTCAL_GLOBAL_NOTIFYDSC', 'Notification for all category');
97 define('_MI_EXTCAL_CAT_NOTIFY', 'Category notification');
98 define('_MI_EXTCAL_CAT_NOTIFYDSC', 'Notification for a particular category');
99 define('_MI_EXTCAL_EVENT_NOTIFY', 'イベント');
100 define('_MI_EXTCAL_EVENT_NOTIFYDSC', 'Event notification');
101 define('_MI_EXTCAL_NEW_EVENT_NOTIFY', '新たなイベント');
102 define('_MI_EXTCAL_NEW_EVENT_NOTIFYCAP', 'Notify me when a new event is posted');
103 define('_MI_EXTCAL_NEW_EVENT_NOTIFYDSC', 'Receive notification when a new event is submitted');
104 define('_MI_EXTCAL_NEW_EVENT_NOTIFYSBJ', "[{X_SITENAME}] {X_MODULE} auto-notify : New event submitted");
105 define('_MI_EXTCAL_NEW_EVENT_PENDING_NOTIFY', 'New event pending');
106 define('_MI_EXTCAL_NEW_EVENT_PENDING_NOTIFYCAP', 'Notify me when a new event is posted without approve');
107 define('_MI_EXTCAL_NEW_EVENT_PENDING_NOTIFYDSC', 'Receive notification when a new event is submitted without approve');
108 define('_MI_EXTCAL_NEW_EVENT_PENDING_NOTIFYSBJ', "[{X_SITENAME}] {X_MODULE} auto-notify : New event submitted without approve");
109 define('_MI_EXTCAL_NEW_EVENT_CAT_NOTIFY', 'New event');
110 define('_MI_EXTCAL_NEW_EVENT_CAT_NOTIFYCAP', 'Notify me when a new event is posted in this category');
111 define('_MI_EXTCAL_NEW_EVENT_CAT_NOTIFYDSC', 'Receive notification when a new event is submitted in this category');
112 define('_MI_EXTCAL_NEW_EVENT_CAT_NOTIFYSBJ', "[{X_SITENAME}] {X_MODULE} auto-notify : New event submitted");
113
114 //added in 2.23
115
116 define('_MI_EXTCAL_HELP', 'ヘルプ');
117 define('_MI_EXTCAL_ABOUT', 'About');
118 define('_MI_EXTCAL_DASHBOARD', 'extCal ダッシュボード');