source: sandbox/2.3-MailArchiver/calendar/js/dhtmlx/sources/locale.js @ 6779

Revision 6779, 1.3 KB checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

Line 
1scheduler.locale={
2        date:{
3                month_full:["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
4                month_short:["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
5                day_full:["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
6        day_short:["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]
7    },
8    labels:{
9        dhx_cal_today_button:"Today",
10        day_tab:"Day",
11        week_tab:"Week",
12        month_tab:"Month",
13        new_event:"New event",
14                icon_save:"Save",
15                icon_cancel:"Cancel",
16                icon_details:"Details",
17                icon_edit:"Edit",
18                icon_delete:"Delete",
19                confirm_closing:"",//Your changes will be lost, are your sure ?
20                confirm_deleting:"Event will be deleted permanently, are you sure?",
21                section_description:"Description",
22                section_time:"Time period",
23                full_day:"Full day",
24               
25                /*recurring events*/
26                confirm_recurring:"Do you want to edit the whole set of repeated events?",
27                section_recurring:"Repeat event",
28                button_recurring:"Disabled",
29                button_recurring_open:"Enabled",
30               
31                /*agenda view extension*/
32                agenda_tab:"Agenda",
33                date:"Date",
34                description:"Description",
35               
36                /*year view extension*/
37                year_tab:"Year"
38    }
39}
40
Note: See TracBrowser for help on using the repository browser.