Moving dhtmlxGantt library to 'libraries' folder
This commit is contained in:
parent
dbcdde741c
commit
5e16eb66dd
162 changed files with 6 additions and 5 deletions
58
libraries/dhtmlxgantt/sources/locale/locale_pl.js
Normal file
58
libraries/dhtmlxgantt/sources/locale/locale_pl.js
Normal file
|
@ -0,0 +1,58 @@
|
|||
/*
|
||||
@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.
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["Styczeń", "Luty", "Marzec", "Kwiecień", "Maj", "Czerwiec", "Lipiec", "Sierpień", "Wrzesień", "Październik", "Listopad", "Grudzień"],
|
||||
month_short: ["Sty", "Lut", "Mar", "Kwi", "Maj", "Cze", "Lip", "Sie", "Wrz", "Paź", "Lis", "Gru"],
|
||||
day_full: ["Niedziela", "Poniedziałek", "Wtorek", "Środa", "Czwartek", "Piątek", "Sobota"],
|
||||
day_short: ["Nie", "Pon", "Wto", "Śro", "Czw", "Pią", "Sob"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "Dziś",
|
||||
day_tab: "Dzień",
|
||||
week_tab: "Tydzień",
|
||||
month_tab: "Miesiąc",
|
||||
new_event: "Nowe zdarzenie",
|
||||
icon_save: "Zapisz",
|
||||
icon_cancel: "Anuluj",
|
||||
icon_details: "Szczegóły",
|
||||
icon_edit: "Edytuj",
|
||||
icon_delete: "Usuń",
|
||||
confirm_closing: "", //Zmiany zostaną usunięte, jesteś pewien?
|
||||
confirm_deleting: "Zdarzenie zostanie usunięte na zawsze, kontynuować?",
|
||||
section_description: "Opis",
|
||||
section_time: "Okres czasu",
|
||||
section_type: "Typ",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Nazwa zadania",
|
||||
column_start_date : "Początek",
|
||||
column_duration : "Czas trwania",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Link",
|
||||
confirm_link_deleting:"zostanie usunięty",
|
||||
link_start: " (początek)",
|
||||
link_end: " (koniec)",
|
||||
|
||||
type_task: "Zadanie",
|
||||
type_project: "Projekt",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "Minuty",
|
||||
hours: "Godziny",
|
||||
days: "Dni",
|
||||
weeks: "Tydzień",
|
||||
months: "Miesiące",
|
||||
years: "Lata"
|
||||
}
|
||||
};
|
||||
|
Reference in a new issue