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

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

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

Line 
1/*
2Copyright DHTMLX LTD. http://www.dhtmlx.com
3You allowed to use this component or parts of it under GPL terms
4To use it on other terms please contact us at sales@dhtmlx.com
5*/
6
7scheduler.locale={
8        date:{
9                month_full:["Januari", "Februari", "Mars", "April", "Maj", "Juni", "Juli", "Augusti", "September", "Oktober", "November", "December"],
10                month_short:["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"],
11                day_full:["Söndag", "MÃ¥ndag", "Tisdag", "Onsdag", "Torsdag", "Fredag", "Lördag"],
12        day_short:["Sön", "MÃ¥n", "Tis", "Ons", "Tor", "Fre", "Lör"]
13    },
14    labels:{
15        dhx_cal_today_button:"Idag",
16        day_tab:"Dag",
17        week_tab:"Vecka",
18        month_tab:"MÃ¥nad",
19        new_event:"Ny hÀndelse",
20                icon_save:"Spara",
21                icon_cancel:"Ångra",
22                icon_details:"Detajer",
23                icon_edit:"Ändra",
24                icon_delete:"Ta bort",
25                confirm_closing:"",//Dina förÀndingar kommer gÃ¥ förlorade, Àr du sÀker?
26                confirm_deleting:"Är du sÀker pÃ¥ att du vill ta bort hÀndelsen permanent?",
27                section_description:"Beskrivning",
28                section_time:"Tid",
29                full_day:"Hela dagen",
30               
31                /*recurring events*/
32                confirm_recurring:"Vill du redigera hela serien med repeterande hÀndelser?",
33                section_recurring:"Upprepa hÀndelse",
34                button_recurring:"Inaktiverat",
35                button_recurring_open:"Aktiverat",
36               
37                /*agenda view extension*/
38                agenda_tab:"Dagordning",
39                date:"Datum",
40                description:"Beskrivning",
41               
42                /*year view extension*/
43                year_tab:"År"
44        }
45}
Note: See TracBrowser for help on using the repository browser.