first commit

This commit is contained in:
2026-04-30 14:38:11 +02:00
commit e22bbde336
1994 changed files with 613950 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
tinyMCE.addI18n('en.template_dlg',{
title:"Templates",
label:"Template",
desc_label:"Description",
desc:"Insert predefined template content",
select:"Select a template",
preview:"Preview",
warning:"Warning: Updating a template with a different one may cause data loss.",
mdate_format:"%Y-%m-%d %H:%M:%S",
cdate_format:"%Y-%m-%d %H:%M:%S",
months_long:"January,February,March,April,May,June,July,August,September,October,November,December",
months_short:"Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec",
day_long:"Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday",
day_short:"Sun,Mon,Tue,Wed,Thu,Fri,Sat,Sun"
});

View File

@@ -0,0 +1,15 @@
tinyMCE.addI18n('pl.template_dlg',{
title:"Szablony",
label:"Szablon",
desc_label:"Opis",
desc:"Wstaw szablon dokumentu",
select:"Wybierz szablon",
preview:"Podgl\u0105d",
warning:"Uwaga: Aktualizacja szablon\u00F3w mo\u017Ce spowodowa\u0107 utrat\u0119 danych.",
mdate_format:"%Y-%m-%d %H:%M:%S",
cdate_format:"%Y-%m-%d %H:%M:%S",
months_long:"Stycze\u0144,Luty,Marzec.Kwiecie\u0144,Maj,Czerwiec,Lipiec,Sierpie\u0144,Wrzesie\u0144,Pa\u017Adziernik,Listopad,Grudzie\u0144",
months_short:"Sty,Lut,Mar,Kwi,Maj,Cze,Lip,Sie,Wrz,Pa\u017A,Lis,Gru",
day_long:"Niedziela,Poniedzia\u0142ek,Wtorek,\u015Aroda,Czwartek,Pi\u0105tek,Sobota,Niedziela",
day_short:"N,Pn,Wt,\u015Ar,Cz,Pt,So,N"
});