Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F9052457
labels.inc
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
7 KB
Referenced Files
None
Subscribers
None
labels.inc
View Options
<
?
php
/*
+-----------------------------------------------------------------------+
| language/en_US/labels.inc |
| |
| Language file of the RoundCube Webmail client |
| Copyright (C) 2005-2007, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
+-----------------------------------------------------------------------+
| Author: Thomas Bruederli <roundcube@gmail.com> |
+-----------------------------------------------------------------------+
@version $Id$
*/
$
labels
=
array
();
// login page
$
labels
[
'
welcome
'
]
=
'
Welcome
to
$
product
'
;
$
labels
[
'
username
'
]
=
'
Username
'
;
$
labels
[
'
password
'
]
=
'
Password
'
;
$
labels
[
'
server
'
]
=
'
Server
'
;
$
labels
[
'
login
'
]
=
'
Login
'
;
// taskbar
$
labels
[
'
logout
'
]
=
'
Logout
'
;
$
labels
[
'
mail
'
]
=
'
E
-
Mail
'
;
$
labels
[
'
settings
'
]
=
'
Personal
Settings
'
;
$
labels
[
'
addressbook
'
]
=
'
Address
Book
'
;
// mailbox names
$
labels
[
'
inbox
'
]
=
'
Inbox
'
;
$
labels
[
'
drafts
'
]
=
'
Drafts
'
;
$
labels
[
'
sent
'
]
=
'
Sent
'
;
$
labels
[
'
trash
'
]
=
'
Trash
'
;
$
labels
[
'
junk
'
]
=
'
Junk
'
;
// message listing
$
labels
[
'
subject
'
]
=
'
Subject
'
;
$
labels
[
'
from
'
]
=
'
Sender
'
;
$
labels
[
'
to
'
]
=
'
Recipient
'
;
$
labels
[
'
cc
'
]
=
'
Copy
'
;
$
labels
[
'
bcc
'
]
=
'
Bcc
'
;
$
labels
[
'
replyto
'
]
=
'
Reply
-
To
'
;
$
labels
[
'
date
'
]
=
'
Date
'
;
$
labels
[
'
size
'
]
=
'
Size
'
;
$
labels
[
'
priority
'
]
=
'
Priority
'
;
$
labels
[
'
organization
'
]
=
'
Organization
'
;
// aliases
$
labels
[
'
reply
-
to
'
]
=
$
labels
[
'
replyto
'
];
$
labels
[
'
mailboxlist
'
]
=
'
Folders
'
;
$
labels
[
'
messagesfromto
'
]
=
'
Messages
$
from
to
$
to
of
$
count
'
;
$
labels
[
'
messagenrof
'
]
=
'
Message
$
nr
of
$
count
'
;
$
labels
[
'
moveto
'
]
=
'
move
to
...'
;
$
labels
[
'
download
'
]
=
'
download
'
;
$
labels
[
'
filename
'
]
=
'
File
name
'
;
$
labels
[
'
filesize
'
]
=
'
File
size
'
;
$
labels
[
'
preferhtml
'
]
=
'
Display
HTML
'
;
$
labels
[
'
htmlmessage
'
]
=
'
HTML
Message
'
;
$
labels
[
'
prettydate
'
]
=
'
Pretty
dates
'
;
$
labels
[
'
addtoaddressbook
'
]
=
'
Add
to
address
book
'
;
// weekdays short
$
labels
[
'
sun
'
]
=
'
Sun
'
;
$
labels
[
'
mon
'
]
=
'
Mon
'
;
$
labels
[
'
tue
'
]
=
'
Tue
'
;
$
labels
[
'
wed
'
]
=
'
Wed
'
;
$
labels
[
'
thu
'
]
=
'
Thu
'
;
$
labels
[
'
fri
'
]
=
'
Fri
'
;
$
labels
[
'
sat
'
]
=
'
Sat
'
;
// weekdays long
$
labels
[
'
sunday
'
]
=
'
Sunday
'
;
$
labels
[
'
monday
'
]
=
'
Monday
'
;
$
labels
[
'
tuesday
'
]
=
'
Tuesday
'
;
$
labels
[
'
wednesday
'
]
=
'
Wednesday
'
;
$
labels
[
'
thursday
'
]
=
'
Thursday
'
;
$
labels
[
'
friday
'
]
=
'
Friday
'
;
$
labels
[
'
saturday
'
]
=
'
Saturday
'
;
$
labels
[
'
today
'
]
=
'
Today
'
;
// toolbar buttons
$
labels
[
'
checkmail
'
]
=
'
Check
for
new
messages
'
;
$
labels
[
'
writenewmessage
'
]
=
'
Create
a
new
message
'
;
$
labels
[
'
replytomessage
'
]
=
'
Reply
to
the
message
'
;
$
labels
[
'
replytoallmessage
'
]
=
'
Reply
to
sender
and
all
recipients
'
;
$
labels
[
'
forwardmessage
'
]
=
'
Forward
the
message
'
;
$
labels
[
'
deletemessage
'
]
=
'
Move
message
to
trash
'
;
$
labels
[
'
printmessage
'
]
=
'
Print
this
message
'
;
$
labels
[
'
previousmessage
'
]
=
'
Show
the
previous
message
'
;
$
labels
[
'
previousmessages
'
]
=
'
Show
previous
set
of
messages
'
;
$
labels
[
'
firstmessage
'
]
=
'
Show
the
first
message
'
;
$
labels
[
'
firstmessages
'
]
=
'
Show
first
set
of
messages
'
;
$
labels
[
'
nextmessage
'
]
=
'
Show
the
next
message
'
;
$
labels
[
'
nextmessages
'
]
=
'
Show
next
set
of
messages
'
;
$
labels
[
'
lastmessage
'
]
=
'
Show
the
last
message
'
;
$
labels
[
'
lastmessages
'
]
=
'
Show
last
set
of
messages
'
;
$
labels
[
'
backtolist
'
]
=
'
Back
to
message
list
'
;
$
labels
[
'
viewsource
'
]
=
'
Show
source
'
;
$
labels
[
'
select
'
]
=
'
Select
'
;
$
labels
[
'
all
'
]
=
'
All
'
;
$
labels
[
'
none
'
]
=
'
None
'
;
$
labels
[
'
unread
'
]
=
'
Unread
'
;
$
labels
[
'
compact
'
]
=
'
Compact
'
;
$
labels
[
'
empty
'
]
=
'
Empty
'
;
$
labels
[
'
purge
'
]
=
'
Purge
'
;
$
labels
[
'
quota
'
]
=
'
Disk
usage
'
;
$
labels
[
'
unknown
'
]
=
'
unknown
'
;
$
labels
[
'
unlimited
'
]
=
'
unlimited
'
;
$
labels
[
'
quicksearch
'
]
=
'
Quick
search
'
;
$
labels
[
'
resetsearch
'
]
=
'
Reset
search
'
;
// message compose
$
labels
[
'
compose
'
]
=
'
Compose
a
message
'
;
$
labels
[
'
sendmessage
'
]
=
'
Send
the
message
now
'
;
$
labels
[
'
savemessage
'
]
=
'
Save
this
draft
'
;
$
labels
[
'
addattachment
'
]
=
'
Attach
a
file
'
;
$
labels
[
'
charset
'
]
=
'
Charset
'
;
$
labels
[
'
editortype
'
]
=
'
Editor
type
'
;
$
labels
[
'
returnreceipt
'
]
=
'
Return
receipt
'
;
$
labels
[
'
checkspelling
'
]
=
'
Check
spelling
'
;
$
labels
[
'
resumeediting
'
]
=
'
Resume
editing
'
;
$
labels
[
'
revertto
'
]
=
'
Revert
to
'
;
$
labels
[
'
attachments
'
]
=
'
Attachments
'
;
$
labels
[
'
upload
'
]
=
'
Upload
'
;
$
labels
[
'
close
'
]
=
'
Close
'
;
$
labels
[
'
low
'
]
=
'
Low
'
;
$
labels
[
'
lowest
'
]
=
'
Lowest
'
;
$
labels
[
'
normal
'
]
=
'
Normal
'
;
$
labels
[
'
high
'
]
=
'
High
'
;
$
labels
[
'
highest
'
]
=
'
Highest
'
;
$
labels
[
'
nosubject
'
]
=
'
(
no
subject
)
'
;
$
labels
[
'
showimages
'
]
=
'
Display
images
'
;
$
labels
[
'
htmltoggle
'
]
=
'
HTML
'
;
$
labels
[
'
plaintoggle
'
]
=
'
Plain
text
'
;
// address boook
$
labels
[
'
name
'
]
=
'
Display
name
'
;
$
labels
[
'
firstname
'
]
=
'
First
name
'
;
$
labels
[
'
surname
'
]
=
'
Last
name
'
;
$
labels
[
'
email
'
]
=
'
E
-
Mail
'
;
$
labels
[
'
addcontact
'
]
=
'
Add
new
contact
'
;
$
labels
[
'
editcontact
'
]
=
'
Edit
contact
'
;
$
labels
[
'
edit
'
]
=
'
Edit
'
;
$
labels
[
'
cancel
'
]
=
'
Cancel
'
;
$
labels
[
'
save
'
]
=
'
Save
'
;
$
labels
[
'
delete
'
]
=
'
Delete
'
;
$
labels
[
'
newcontact
'
]
=
'
Create
new
contact
card
'
;
$
labels
[
'
deletecontact
'
]
=
'
Delete
selected
contacts
'
;
$
labels
[
'
composeto
'
]
=
'
Compose
mail
to
'
;
$
labels
[
'
contactsfromto
'
]
=
'
Contacts
$
from
to
$
to
of
$
count
'
;
$
labels
[
'
print
'
]
=
'
Print
'
;
$
labels
[
'
export
'
]
=
'
Export
'
;
$
labels
[
'
previouspage
'
]
=
'
Show
previous
set
'
;
$
labels
[
'
firstpage
'
]
=
'
Show
first
set
'
;
$
labels
[
'
nextpage
'
]
=
'
Show
next
set
'
;
$
labels
[
'
lastpage
'
]
=
'
Show
last
set
'
;
// LDAP search
$
labels
[
'
ldapsearch
'
]
=
'
LDAP
directory
search
'
;
$
labels
[
'
ldappublicsearchname
'
]
=
'
Contact
name
'
;
$
labels
[
'
ldappublicsearchtype
'
]
=
'
Exact
match
?'
;
$
labels
[
'
ldappublicserverselect
'
]
=
'
Select
servers
'
;
$
labels
[
'
ldappublicsearchfield
'
]
=
'
Search
on
'
;
$
labels
[
'
ldappublicsearchform
'
]
=
'
Look
for
a
contact
'
;
$
labels
[
'
ldappublicsearch
'
]
=
'
Search
'
;
// settings
$
labels
[
'
settingsfor
'
]
=
'
Settings
for
'
;
$
labels
[
'
preferences
'
]
=
'
Preferences
'
;
$
labels
[
'
userpreferences
'
]
=
'
User
preferences
'
;
$
labels
[
'
editpreferences
'
]
=
'
Edit
user
preferences
'
;
$
labels
[
'
identities
'
]
=
'
Identities
'
;
$
labels
[
'
manageidentities
'
]
=
'
Manage
identities
for
this
account
'
;
$
labels
[
'
newidentity
'
]
=
'
New
identity
'
;
$
labels
[
'
newitem
'
]
=
'
New
item
'
;
$
labels
[
'
edititem
'
]
=
'
Edit
item
'
;
$
labels
[
'
setdefault
'
]
=
'
Set
default
'
;
$
labels
[
'
language
'
]
=
'
Language
'
;
$
labels
[
'
timezone
'
]
=
'
Time
zone
'
;
$
labels
[
'
pagesize
'
]
=
'
Rows
per
page
'
;
$
labels
[
'
signature
'
]
=
'
Signature
'
;
$
labels
[
'
dstactive
'
]
=
'
Daylight
savings
'
;
$
labels
[
'
htmleditor
'
]
=
'
Compose
HTML
messages
'
;
$
labels
[
'
htmlsignature
'
]
=
'
HTML
signature
'
;
$
labels
[
'
previewpane
'
]
=
'
Show
preview
pane
'
;
$
labels
[
'
autosavedraft
'
]
=
'
Automatically
save
draft
'
;
$
labels
[
'
everynminutes
'
]
=
'
every
$
n
minutes
'
;
$
labels
[
'
never
'
]
=
'
never
'
;
$
labels
[
'
folder
'
]
=
'
Folder
'
;
$
labels
[
'
folders
'
]
=
'
Folders
'
;
$
labels
[
'
foldername
'
]
=
'
Folder
name
'
;
$
labels
[
'
subscribed
'
]
=
'
Subscribed
'
;
$
labels
[
'
create
'
]
=
'
Create
'
;
$
labels
[
'
createfolder
'
]
=
'
Create
new
folder
'
;
$
labels
[
'
rename
'
]
=
'
Rename
'
;
$
labels
[
'
renamefolder
'
]
=
'
Rename
folder
'
;
$
labels
[
'
deletefolder
'
]
=
'
Delete
folder
'
;
$
labels
[
'
managefolders
'
]
=
'
Manage
folders
'
;
$
labels
[
'
sortby
'
]
=
'
Sort
by
'
;
$
labels
[
'
sortasc
'
]
=
'
Sort
ascending
'
;
$
labels
[
'
sortdesc
'
]
=
'
Sort
descending
'
;
?
>
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Jul 28, 10:23 PM (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1174400
Default Alt Text
labels.inc (7 KB)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment