source: github/program/localization/en/labels.inc @ a95e0e1

HEADcourier-fixdev-browser-capabilitiespdorelease-0.6release-0.7release-0.8
Last change on this file since a95e0e1 was a95e0e1, checked in by thomascube <thomas@…>, 8 years ago

Improved support for UTF-8 and other charsets

  • Property mode set to 100644
File size: 5.1 KB
Line 
1<?php
2
3/*
4 +-----------------------------------------------------------------------+
5 | language/en/labels.inc                                                |
6 |                                                                       |
7 | Language file of the RoundCube Webmail client                         |
8 | Copyright (C) 2005, RoundQube Dev. - Switzerland                      |
9 | Licensed under the GNU GPL                                            |
10 |                                                                       |
11 +-----------------------------------------------------------------------+
12 | Author: Thomas Bruederli <roundcube@gmail.com>                        |
13 +-----------------------------------------------------------------------+
14
15 $Id$
16
17*/
18
19$labels = array();
20
21// login page
22$labels['username']  = 'Username';
23$labels['password']  = 'Password';
24$labels['server']    = 'Server';
25$labels['login']     = 'Login';
26
27// taskbar
28$labels['logout']   = 'Logout';
29$labels['mail']     = 'E-Mail';
30$labels['settings'] = 'Personal Settings';
31$labels['addressbook'] = 'Address Book';
32
33// mailbox names
34$labels['inbox']  = 'Inbox';
35$labels['sent']   = 'Sent';
36$labels['trash']  = 'Trash';
37$labels['drafts'] = 'Drafts';
38$labels['junk']   = 'Junk';
39
40// message listing
41$labels['subject'] = 'Subject';
42$labels['from']    = 'Sender';
43$labels['to']      = 'Recipient';
44$labels['cc']      = 'Copy';
45$labels['bcc']     = 'Bcc';
46$labels['replyto'] = 'Reply-To';
47$labels['date']    = 'Date';
48$labels['size']    = 'Size';
49$labels['priority'] = 'Priority';
50$labels['organization'] = 'Organization';
51
52// aliases
53$labels['reply-to'] = $labels['replyto'];
54
55$labels['mailboxlist'] = 'Folders';
56$labels['messagesfromto'] = 'Messages $from to $to of $count';
57$labels['messagenrof'] = 'Message $nr of $count';
58
59$labels['moveto']   = 'move to...';
60$labels['download'] = 'download';
61
62$labels['filename'] = 'File name';
63$labels['filesize'] = 'File size';
64
65$labels['preferhtml'] = 'Prefer HTML';
66$labels['htmlmessage'] = 'HTML Message';
67$labels['prettydate'] = 'Pretty dates';
68
69$labels['addtoaddressbook'] = 'Add to address book';
70
71// weekdays short
72$labels['sun'] = 'Sun';
73$labels['mon'] = 'Mon';
74$labels['tue'] = 'Tue';
75$labels['wed'] = 'Wed';
76$labels['thu'] = 'Thu';
77$labels['fri'] = 'Fri';
78$labels['sat'] = 'Sat';
79
80// weekdays long
81$labels['sunday']    = 'Sunday';
82$labels['monday']    = 'Monday';
83$labels['tuesday']   = 'Tuesday';
84$labels['wednesday'] = 'Wednesday';
85$labels['thursday']  = 'Thursday';
86$labels['friday']    = 'Friday';
87$labels['saturday']  = 'Saturday';
88
89$labels['today'] = 'Today';
90
91// toolbar buttons
92$labels['writenewmessage']  = 'Create a new message';
93$labels['replytomessage']   = 'Reply to the message';
94$labels['forwardmessage']   = 'Forward the message';
95$labels['deletemessage']    = 'Move message to trash';
96$labels['printmessage']     = 'Print this message';
97$labels['previousmessages'] = 'Show previous set of messages';
98$labels['nextmessages']     = 'Show next set of messages';
99$labels['backtolist']       = 'Back to message list';
100$labels['viewsource']       = 'Show source';
101
102$labels['select'] = 'Select';
103$labels['all'] = 'All';
104$labels['none'] = 'None';
105$labels['unread'] = 'Unread';
106
107// message compose
108$labels['compose']  = 'Compose a message';
109$labels['sendmessage']  = 'Send the message now';
110$labels['addattachment']  = 'Attach a file';
111
112$labels['attachments'] = 'Attachments';
113$labels['upload'] = 'Upload';
114$labels['close']  = 'Close';
115
116$labels['low']     = 'Low';
117$labels['lowest']  = 'Lowest';
118$labels['normal']  = 'Normal';
119$labels['high']    = 'High';
120$labels['highest'] = 'Highest';
121
122$labels['showimages'] = 'Display images';
123
124
125// address boook
126$labels['name']      = 'Display name';
127$labels['firstname'] = 'First name';
128$labels['surname']   = 'Last name';
129$labels['email']     = 'E-Mail';
130
131$labels['addcontact'] = 'Add new contact';
132$labels['editcontact'] = 'Edit contact';
133
134$labels['edit']   = 'Edit';
135$labels['cancel'] = 'Cancel';
136$labels['save']   = 'Save';
137$labels['delete'] = 'Delete';
138
139$labels['newcontact']     = 'Create new contact card';
140$labels['deletecontact']  = 'Delete selected contacts';
141$labels['composeto']      = 'Compose mail to';
142$labels['contactsfromto'] = 'Contacts $from to $to of $count';
143$labels['print']          = 'Print';
144$labels['export']         = 'Export';
145
146
147// settings
148$labels['settingsfor']  = 'Settings for';
149
150$labels['preferences']  = 'Preferences';
151$labels['userpreferences']  = 'User preferences';
152$labels['editpreferences']  = 'Edit user preferences';
153
154$labels['identities']  = 'Identities';
155$labels['manageidentities']  = 'Manage identities for this account';
156$labels['newidentity']  = 'New identity';
157
158$labels['newitem']  = 'New item';
159$labels['edititem']  = 'Edit item';
160
161$labels['setdefault']  = 'Set default';
162$labels['language']  = 'Language';
163$labels['timezone']  = 'Time zone';
164$labels['pagesize']  = 'Rows per page';
165
166
167$labels['folders']  = 'Folders';
168$labels['foldername']  = 'Folder name';
169$labels['subscribed']  = 'Subscribed';
170$labels['create']  = 'Create';
171$labels['createfolder']  = 'Create new folder';
172$labels['deletefolder']  = 'Delete folder';
173$labels['managefolders']  = 'Manage folders';
174
175
176?>
Note: See TracBrowser for help on using the repository browser.