summaryrefslogtreecommitdiffstats
path: root/sources/locale/locale_pl.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/locale/locale_pl.js')
-rw-r--r--sources/locale/locale_pl.js48
1 files changed, 48 insertions, 0 deletions
diff --git a/sources/locale/locale_pl.js b/sources/locale/locale_pl.js
new file mode 100644
index 0000000..bec7d34
--- /dev/null
+++ b/sources/locale/locale_pl.js
@@ -0,0 +1,48 @@
+scheduler.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",
+ full_day: "Cały dzień",
+
+ /*recurring events*/
+ confirm_recurring: "Czy chcesz edytować cały zbiór powtarzających się zdarzeń?",
+ section_recurring: "Powtórz zdarzenie",
+ button_recurring: "Nieaktywne",
+ button_recurring_open: "Aktywne",
+ button_edit_series: "Edytuj serię",
+ button_edit_occurrence: "Edytuj kopię",
+
+ /*agenda view extension*/
+ agenda_tab: "Agenda",
+ date: "Data",
+ description: "Opis",
+
+ /*year view extension*/
+ year_tab: "Rok",
+
+ /*week agenda view extension*/
+ week_agenda_tab: "Agenda",
+
+ /*grid view extension*/
+ grid_tab: "Tabela"
+ }
+};
+