mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
e550de71e3
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@93610 467b73ca-7a2a-4603-9d3b-597d59a354a9
15 lines
775 B
JavaScript
Executable File
15 lines
775 B
JavaScript
Executable File
tinyMCE.addI18n('sk.template_dlg',{
|
|
title:"\u0160abl\u00F3ny",
|
|
label:"\u0160abl\u00F3na",
|
|
desc_label:"Popis",
|
|
desc:"Vlo\u017Ei\u0165 obsah z preddefinovanej \u0161abl\u00F3ny",
|
|
select:"Vyber \u0161abl\u00F3nu",
|
|
preview:"N\u00E1h\u013Ead",
|
|
warning:"Upozornenie: Aktualiz\u00E1ciou \u0161abl\u00F3ny inou, sa sp\u00F4sob\u00ED strata d\u00E1t.",
|
|
mdate_format:"%Y-%m-%d %H:%M:%S",
|
|
cdate_format:"%Y-%m-%d %H:%M:%S",
|
|
months_long:"Janu\u00E1r,Febru\u00E1r,Marec,Apr\u00EDl,M\u00E1j,J\u00FAn,J\u00FAl,August,September,Okt\u00F3ber,November,December",
|
|
months_short:"Jan,Feb,Mar,Apr,M\u00E1j,J\u00FAn,J\u00FAl,Aug,Sep,Okt,Nov,Dec",
|
|
day_long:"Nede\u013Ea,Pondelok,Utorok,Streda,\u0160tvrtok,Piatok,Sobota,Nede\u013Ea",
|
|
day_short:"Ned,Pon,Ut,Str,\u0160tvr,Pia,Sob,Ned"
|
|
}); |