60 lines
No EOL
1.7 KiB
JavaScript
60 lines
No EOL
1.7 KiB
JavaScript
/*
|
|
@license
|
|
|
|
dhtmlxGantt v.3.2.0 Stardard
|
|
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
|
|
|
(c) Dinamenta, UAB.
|
|
*/
|
|
/*
|
|
Translation by Peter Eriksson
|
|
*/
|
|
gantt.locale = {
|
|
date: {
|
|
month_full: ["Januari", "Februari", "Mars", "April", "Maj", "Juni", "Juli", "Augusti", "September", "Oktober", "November", "December"],
|
|
month_short: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"],
|
|
day_full: ["Söndag", "Måndag", "Tisdag", "Onsdag", "Torsdag", "Fredag", "Lördag"],
|
|
day_short: ["Sön", "Mån", "Tis", "Ons", "Tor", "Fre", "Lör"]
|
|
},
|
|
labels: {
|
|
dhx_cal_today_button: "Idag",
|
|
day_tab: "Dag",
|
|
week_tab: "Vecka",
|
|
month_tab: "Månad",
|
|
new_event: "Ny händelse",
|
|
icon_save: "Spara",
|
|
icon_cancel: "Avbryt",
|
|
icon_details: "Detajer",
|
|
icon_edit: "Ändra",
|
|
icon_delete: "Ta bort",
|
|
confirm_closing: "",
|
|
confirm_deleting: "Är du säker på att du vill ta bort händelsen permanent?",
|
|
section_description: "Beskrivning",
|
|
section_time: "Tid",
|
|
section_type: "Typ",
|
|
|
|
/* grid columns */
|
|
|
|
column_text: "Uppgiftsnamn",
|
|
column_start_date: "Starttid",
|
|
column_duration: "Varaktighet",
|
|
column_add: "",
|
|
|
|
/* link confirmation */
|
|
|
|
link: "Länk",
|
|
confirm_link_deleting: "kommer tas bort",
|
|
link_start: " (start)",
|
|
link_end: " (slut)",
|
|
type_task: "Uppgift",
|
|
type_project: "Projekt",
|
|
type_milestone: "Milstolpe",
|
|
|
|
minutes: "Minuter",
|
|
hours: "Timmar",
|
|
days: "Dagar",
|
|
weeks: "Veckor",
|
|
months: "Månader",
|
|
years: "År"
|
|
}
|
|
}; |