Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120833205
en_US.inc
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
4 KB
Referenced Files
None
Subscribers
None
en_US.inc
View Options
<
?
php
$
labels
=
array
();
// preferences
$
labels
[
'
default_view
'
]
=
'
Default
view
'
;
$
labels
[
'
time_format
'
]
=
'
Time
format
'
;
$
labels
[
'
timeslots
'
]
=
'
Timeslots
per
hour
'
;
$
labels
[
'
first_day
'
]
=
'
First
weekday
'
;
$
labels
[
'
add_category
'
]
=
'
Add
category
'
;
$
labels
[
'
remove_category
'
]
=
'
Remove
category
'
;
$
labels
[
'
add_calendar
'
]
=
'
Add
calendar
'
;
$
labels
[
'
remove_calendar
'
]
=
'
Remove
calendar
'
;
$
labels
[
'
defaultcalendar
'
]
=
'
Create
new
events
in
'
;
// calendar
$
labels
[
'
calendar
'
]
=
'
Calendar
'
;
$
labels
[
'
calendars
'
]
=
'
Calendars
'
;
$
labels
[
'
category
'
]
=
'
Category
'
;
$
labels
[
'
categories
'
]
=
'
Categories
'
;
$
labels
[
'
createcalendar
'
]
=
'
Create
new
calendar
'
;
$
labels
[
'
editcalendar
'
]
=
'
Edit
calendar
properties
'
;
$
labels
[
'
name
'
]
=
'
Name
'
;
$
labels
[
'
color
'
]
=
'
Color
'
;
$
labels
[
'
day
'
]
=
'
Day
'
;
$
labels
[
'
week
'
]
=
'
Week
'
;
$
labels
[
'
month
'
]
=
'
Month
'
;
$
labels
[
'
agenda
'
]
=
'
Agenda
'
;
$
labels
[
'
new_event
'
]
=
'
New
event
'
;
$
labels
[
'
edit_event
'
]
=
'
Edit
event
'
;
$
labels
[
'
edit
'
]
=
'
Edit
'
;
$
labels
[
'
save
'
]
=
'
Save
'
;
$
labels
[
'
remove
'
]
=
'
Remove
'
;
$
labels
[
'
cancel
'
]
=
'
Cancel
'
;
$
labels
[
'
title
'
]
=
'
Summary
'
;
$
labels
[
'
description
'
]
=
'
Description
'
;
$
labels
[
'
all
-
day
'
]
=
'
all
-
day
'
;
$
labels
[
'
export
'
]
=
'
Export
to
ICS
'
;
$
labels
[
'
location
'
]
=
'
Location
'
;
$
labels
[
'
date
'
]
=
'
Date
'
;
$
labels
[
'
start
'
]
=
'
Start
'
;
$
labels
[
'
end
'
]
=
'
End
'
;
$
labels
[
'
choose_date
'
]
=
'
Choose
date
'
;
$
labels
[
'
freebusy
'
]
=
'
Show
as
'
;
$
labels
[
'
free
'
]
=
'
Free
'
;
$
labels
[
'
busy
'
]
=
'
Busy
'
;
$
labels
[
'
outofoffice
'
]
=
'
Out
of
Office
'
;
$
labels
[
'
priority
'
]
=
'
Priority
'
;
$
labels
[
'
sensitivity
'
]
=
'
Sensitivity
'
;
$
labels
[
'
public
'
]
=
'
public
'
;
$
labels
[
'
private
'
]
=
'
private
'
;
$
labels
[
'
confidential
'
]
=
'
confidential
'
;
$
labels
[
'
alarms
'
]
=
'
Reminder
'
;
$
labels
[
'
generated
'
]
=
'
generated
at
'
;
$
labels
[
'
selectdate
'
]
=
'
Select
date
'
;
$
labels
[
'
prev_year
'
]
=
'
Previous
year
'
;
$
labels
[
'
prev_month
'
]
=
'
Previous
month
'
;
$
labels
[
'
next_year
'
]
=
'
Next
year
'
;
$
labels
[
'
next_month
'
]
=
'
Next
month
'
;
$
labels
[
'
choose_date
'
]
=
'
Choose
date
'
;
// alarm/reminder settings
$
labels
[
'
alarmemail
'
]
=
'
Send
E
-
mail
'
;
$
labels
[
'
alarmdisplay
'
]
=
'
Show
message
'
;
$
labels
[
'
alarmdisplayoption
'
]
=
'
Message
'
;
$
labels
[
'
alarmemailoption
'
]
=
'
E
-
mail
'
;
$
labels
[
'
alarmat
'
]
=
'
at
$
datetime
'
;
$
labels
[
'
trigger
@'
]
=
'
on
date
'
;
$
labels
[
'
trigger
-
M
'
]
=
'
minutes
before
'
;
$
labels
[
'
trigger
-
H
'
]
=
'
hours
before
'
;
$
labels
[
'
trigger
-
D
'
]
=
'
days
before
'
;
$
labels
[
'
trigger
+
M
'
]
=
'
minutes
after
'
;
$
labels
[
'
trigger
+
H
'
]
=
'
hours
after
'
;
$
labels
[
'
trigger
+
D
'
]
=
'
days
after
'
;
$
labels
[
'
addalarm
'
]
=
'
add
alarm
'
;
$
labels
[
'
defaultalarmtype
'
]
=
'
Default
reminder
setting
'
;
$
labels
[
'
defaultalarmoffset
'
]
=
'
Default
reminder
time
'
;
$
labels
[
'
dismissall
'
]
=
'
Dismiss
all
'
;
$
labels
[
'
dismiss
'
]
=
'
Dismiss
'
;
$
labels
[
'
snooze
'
]
=
'
Snooze
'
;
$
labels
[
'
repeatinmin
'
]
=
'
Repeat
in
$
min
minutes
'
;
$
labels
[
'
repeatinhr
'
]
=
'
Repeat
in
1
hour
'
;
$
labels
[
'
repeatinhrs
'
]
=
'
Repeat
in
$
hrs
hours
'
;
$
labels
[
'
repeattomorrow
'
]
=
'
Repeat
tomorrow
'
;
$
labels
[
'
repeatinweek
'
]
=
'
Repeat
in
a
week
'
;
$
labels
[
'
alarmtitle
'
]
=
'
Upcoming
events
'
;
// event dialog tabs
$
labels
[
'
tabsummary
'
]
=
'
Summary
'
;
$
labels
[
'
tabrecurrence
'
]
=
'
Recurrence
'
;
$
labels
[
'
tabattendees
'
]
=
'
Participants
'
;
$
labels
[
'
tabattachments
'
]
=
'
Attachments
'
;
// messages
$
labels
[
'
deleteventconfirm
'
]
=
"Do you really want to delete this event?"
;
$
labels
[
'
deletecalendarconfirm
'
]
=
"Do you really want to delete this calendar with all its events?"
;
$
labels
[
'
errorsaving
'
]
=
"Failed to save changes"
;
$
labels
[
'
operationfailed
'
]
=
"The requested operation failed"
;
$
labels
[
'
invalideventdates
'
]
=
"Invalid dates entered! Please check your input."
;
$
labels
[
'
invalidcalendarproperties
'
]
=
"Invalid calendar properties! Please set a valid name."
;
// recurrence form
$
labels
[
'
repeat
'
]
=
'
Repeat
'
;
$
labels
[
'
frequency
'
]
=
'
Repeat
'
;
$
labels
[
'
never
'
]
=
'
never
'
;
$
labels
[
'
daily
'
]
=
'
daily
'
;
$
labels
[
'
weekly
'
]
=
'
weekly
'
;
$
labels
[
'
monthly
'
]
=
'
monthly
'
;
$
labels
[
'
yearly
'
]
=
'
annually
'
;
$
labels
[
'
every
'
]
=
'
Every
'
;
$
labels
[
'
days
'
]
=
'
day
(
s
)
'
;
$
labels
[
'
weeks
'
]
=
'
week
(
s
)
'
;
$
labels
[
'
months
'
]
=
'
month
(
s
)
'
;
$
labels
[
'
years
'
]
=
'
year
(
s
)
in
:'
;
$
labels
[
'
bydays
'
]
=
'
On
'
;
$
labels
[
'
until
'
]
=
'
the
'
;
$
labels
[
'
each
'
]
=
'
Each
'
;
$
labels
[
'
onevery
'
]
=
'
On
every
'
;
$
labels
[
'
forever
'
]
=
'
forever
'
;
$
labels
[
'
recurrencend
'
]
=
'
until
'
;
$
labels
[
'
forntimes
'
]
=
'
for
$
nr
time
(
s
)
'
;
$
labels
[
'
first
'
]
=
'
first
'
;
$
labels
[
'
second
'
]
=
'
second
'
;
$
labels
[
'
third
'
]
=
'
third
'
;
$
labels
[
'
fourth
'
]
=
'
fourth
'
;
$
labels
[
'
last
'
]
=
'
last
'
;
$
labels
[
'
dayofmonth
'
]
=
'
Day
of
month
'
;
$
labels
[
'
changerecurringevent
'
]
=
'
Change
recurring
event
'
;
$
labels
[
'
removerecurringevent
'
]
=
'
Remove
recurring
event
'
;
$
labels
[
'
changerecurringeventwarning
'
]
=
'
This
is
a
recurring
event
.
Would
you
like
to
edit
the
current
event
only
,
this
and
all
future
occurences
,
all
occurences
or
save
it
as
a
new
event
?'
;
$
labels
[
'
removerecurringeventwarning
'
]
=
'
This
is
a
recurring
event
.
Would
you
like
to
remove
the
current
event
only
,
this
and
all
future
occurences
or
all
occurences
of
this
event
?'
;
$
labels
[
'
currentevent
'
]
=
'
Current
'
;
$
labels
[
'
futurevents
'
]
=
'
Future
'
;
$
labels
[
'
allevents
'
]
=
'
All
'
;
$
labels
[
'
saveasnew
'
]
=
'
Save
as
new
'
;
?
>
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 12:44 PM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18850709
Default Alt Text
en_US.inc (4 KB)
Attached To
Mode
rRPK roundcubemail-plugins-kolab
Attached
Detach File
Event Timeline