]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/blog/jscalendar/lang/calendar-ja.js
jscalendar; add Calendar._FD
[SourceForge/phpwiki.git] / themes / blog / jscalendar / lang / calendar-ja.js
1 // ** I18N
2
3 // Calendar JA language
4 // Author: Mihai Bazon, <mihai_bazon@yahoo.com>
5 // Distributed under the same terms as the calendar itself.
6
7 // For translators: please use UTF-8 if possible.  We strongly believe that
8 // Unicode is the answer to a real internationalized world.  Also please
9 // include your contact information in the header, as can be seen above.
10
11 // full day names
12 Calendar._DN = new Array
13 ("日",
14  "月",
15  "火",
16  "水",
17  "木",
18  "金",
19  "土",
20  "日");
21 Calendar._MN = new Array
22 ("1月",
23  "2月",
24  "3月",
25  "4月",
26  "5月",
27  "6月",
28  "7月",
29  "8月",
30  "9月",
31  "10月",
32  "11月",
33  "12月");
34
35 // tooltips
36 Calendar._TT = {};
37 Calendar._TT["PREV_YEAR"] = "前年";
38 Calendar._TT["PREV_MONTH"] = "前月";
39 Calendar._TT["GO_TODAY"] = "今日";
40 Calendar._TT["NEXT_MONTH"] = "翌月";
41 Calendar._TT["NEXT_YEAR"] = "翌年";
42 Calendar._TT["SEL_DATE"] = "日付選択";
43 Calendar._TT["DRAG_TO_MOVE"] = "ウィンドウの移動";
44 Calendar._TT["PART_TODAY"] = " (今日)";
45 Calendar._TT["MON_FIRST"] = "月曜日を先頭に";
46 Calendar._TT["SUN_FIRST"] = "日曜日を先頭に";
47 Calendar._TT["CLOSE"] = "閉じる";
48 Calendar._TT["TODAY"] = "今日";
49
50 // date formats
51 Calendar._TT["DEF_DATE_FORMAT"] = "y-mm-dd";
52 Calendar._TT["TT_DATE_FORMAT"] = "%m月 %d日 (%a)";
53
54 Calendar._TT["WK"] = "週";