Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1821451
hr.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
2 KB
Subscribers
None
hr.js
View Options
!
function
(
a
){
"function"
==
typeof
define
&&
define
.
amd
?
define
([
"jquery"
,
"moment"
],
a
)
:
a
(
jQuery
,
moment
)}(
function
(
a
,
b
){
function
c
(
a
,
b
,
c
){
var
d
=
a
+
" "
;
switch
(
c
){
case
"m"
:
return
b
?
"jedna minuta"
:
"jedne minute"
;
case
"mm"
:
return
d
+=
1
===
a
?
"minuta"
:
2
===
a
||
3
===
a
||
4
===
a
?
"minute"
:
"minuta"
;
case
"h"
:
return
b
?
"jedan sat"
:
"jednog sata"
;
case
"hh"
:
return
d
+=
1
===
a
?
"sat"
:
2
===
a
||
3
===
a
||
4
===
a
?
"sata"
:
"sati"
;
case
"dd"
:
return
d
+=
1
===
a
?
"dan"
:
"dana"
;
case
"MM"
:
return
d
+=
1
===
a
?
"mjesec"
:
2
===
a
||
3
===
a
||
4
===
a
?
"mjeseca"
:
"mjeseci"
;
case
"yy"
:
return
d
+=
1
===
a
?
"godina"
:
2
===
a
||
3
===
a
||
4
===
a
?
"godine"
:
"godina"
}}(
b
.
defineLocale
||
b
.
lang
).
call
(
b
,
"hr"
,{
months
:
"sječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac"
.
split
(
"_"
),
monthsShort
:
"sje._vel._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro."
.
split
(
"_"
),
weekdays
:
"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota"
.
split
(
"_"
),
weekdaysShort
:
"ned._pon._uto._sri._čet._pet._sub."
.
split
(
"_"
),
weekdaysMin
:
"ne_po_ut_sr_če_pe_su"
.
split
(
"_"
),
longDateFormat
:
{
LT
:
"H:mm"
,
LTS
:
"LT:ss"
,
L
:
"DD. MM. YYYY"
,
LL
:
"D. MMMM YYYY"
,
LLL
:
"D. MMMM YYYY LT"
,
LLLL
:
"dddd, D. MMMM YYYY LT"
},
calendar
:
{
sameDay
:
"[danas u] LT"
,
nextDay
:
"[sutra u] LT"
,
nextWeek
:
function
(){
switch
(
this
.
day
()){
case
0
:
return
"[u] [nedjelju] [u] LT"
;
case
3
:
return
"[u] [srijedu] [u] LT"
;
case
6
:
return
"[u] [subotu] [u] LT"
;
case
1
:
case
2
:
case
4
:
case
5
:
return
"[u] dddd [u] LT"
}},
lastDay
:
"[jučer u] LT"
,
lastWeek
:
function
(){
switch
(
this
.
day
()){
case
0
:
case
3
:
return
"[prošlu] dddd [u] LT"
;
case
6
:
return
"[prošle] [subote] [u] LT"
;
case
1
:
case
2
:
case
4
:
case
5
:
return
"[prošli] dddd [u] LT"
}},
sameElse
:
"L"
},
relativeTime
:
{
future
:
"za %s"
,
past
:
"prije %s"
,
s
:
"par sekundi"
,
m
:
c
,
mm
:
c
,
h
:
c
,
hh
:
c
,
d
:
"dan"
,
dd
:
c
,
M
:
"mjesec"
,
MM
:
c
,
y
:
"godinu"
,
yy
:
c
},
ordinalParse
:
/\d{1,2}\./
,
ordinal
:
"%d."
,
week
:
{
dow
:
1
,
doy
:
7
}}),
a
.
fullCalendar
.
datepickerLang
(
"hr"
,
"hr"
,{
closeText
:
"Zatvori"
,
prevText
:
"<"
,
nextText
:
">"
,
currentText
:
"Danas"
,
monthNames
:
[
"Siječanj"
,
"Veljača"
,
"Ožujak"
,
"Travanj"
,
"Svibanj"
,
"Lipanj"
,
"Srpanj"
,
"Kolovoz"
,
"Rujan"
,
"Listopad"
,
"Studeni"
,
"Prosinac"
],
monthNamesShort
:
[
"Sij"
,
"Velj"
,
"Ožu"
,
"Tra"
,
"Svi"
,
"Lip"
,
"Srp"
,
"Kol"
,
"Ruj"
,
"Lis"
,
"Stu"
,
"Pro"
],
dayNames
:
[
"Nedjelja"
,
"Ponedjeljak"
,
"Utorak"
,
"Srijeda"
,
"Četvrtak"
,
"Petak"
,
"Subota"
],
dayNamesShort
:
[
"Ned"
,
"Pon"
,
"Uto"
,
"Sri"
,
"Čet"
,
"Pet"
,
"Sub"
],
dayNamesMin
:
[
"Ne"
,
"Po"
,
"Ut"
,
"Sr"
,
"Če"
,
"Pe"
,
"Su"
],
weekHeader
:
"Tje"
,
dateFormat
:
"dd.mm.yy."
,
firstDay
:
1
,
isRTL
:!
1
,
showMonthAfterYear
:!
1
,
yearSuffix
:
""
}),
a
.
fullCalendar
.
lang
(
"hr"
,{
buttonText
:
{
month
:
"Mjesec"
,
week
:
"Tjedan"
,
day
:
"Dan"
,
list
:
"Raspored"
},
allDayText
:
"Cijeli dan"
,
eventLimitText
:
function
(
a
){
return
"+ još "
+
a
}})});
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 24, 12:33 AM (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
914283
Default Alt Text
hr.js (2 KB)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment