source: branches/2.2.0.1/calendar/js/dhtmlx/sources/locale_jp.js @ 4001

Revision 4001, 1.7 KB checked in by rafaelraymundo, 13 years ago (diff)

Ticket #1615 - Componente novo para agenda......................................

Line 
1/*
2Translation by Genexus Japan Inc.
3*/
4scheduler.locale={
5        date:{
6                month_full:["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"],
7                month_short:[ "1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"],
8                day_full:["日曜日", "月曜日", "火曜日", "水曜日", "木曜日", "金曜日", "土曜日"],
9                day_short:["日", "月", "火", "水", "木", "金", "土"]
10        },
11        labels:{
12                dhx_cal_today_button:"今日",
13                day_tab:"日",
14                week_tab:"週",
15                month_tab:"月",
16                new_event:"新イベント",
17                icon_save:"保存",
18                icon_cancel:"キャンセル",
19                icon_details:"詳細",
20                icon_edit:"編集",
21                icon_delete:"削除",
22                confirm_closing:"",//変更が取り消されます、宜しいですか?
23                confirm_deleting:"イベント完全に削除されます、宜しいですか?",
24                section_description:"デスクリプション",
25                section_time:"期間",
26                confirm_recurring:"繰り返されているイベントを全て編集しますか?",
27                section_recurring:"イベントを繰り返す",
28                button_recurring:"無効",
29                button_recurring_open:"有効",
30                                full_day:"終日",
31               
32                                /*agenda view extension*/
33                                agenda_tab:"議題は",
34                                date:"日付",
35                                description:"説明",
36                               
37                                /*year view extension*/
38                                year_tab:"今年"
39        }
40}
41
42
Note: See TracBrowser for help on using the repository browser.