Moving dhtmlxGantt library to 'libraries' folder
This commit is contained in:
parent
dbcdde741c
commit
5e16eb66dd
162 changed files with 6 additions and 5 deletions
60
libraries/dhtmlxgantt/sources/locale/locale_sv.js
Normal file
60
libraries/dhtmlxgantt/sources/locale/locale_sv.js
Normal file
|
@ -0,0 +1,60 @@
|
|||
/*
|
||||
@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"
|
||||
}
|
||||
};
|
Reference in a new issue