thomascube
2010-12-17 db1a87cd6c506f2afbd1a37c64cb56ae11120b49
commit | author | age
4e17e6 1 <?php
T 2
3 /*
9d41ed 4
4e17e6 5  +-----------------------------------------------------------------------+
ded2b7 6  | language/en_US/labels.inc                                             |
4e17e6 7  |                                                                       |
e019f2 8  | Language file of the Roundcube Webmail client                         |
A 9  | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 |
30233b 10  | Licensed under the GNU GPL                                            |
4e17e6 11  |                                                                       |
T 12  +-----------------------------------------------------------------------+
13  | Author: Thomas Bruederli <roundcube@gmail.com>                        |
14  +-----------------------------------------------------------------------+
15
9d41ed 16  @version $Id$
4e17e6 17
T 18 */
19
20 $labels = array();
21
22 // login page
ded2b7 23 $labels['welcome']   = 'Welcome to $product';
4e17e6 24 $labels['username']  = 'Username';
T 25 $labels['password']  = 'Password';
26 $labels['server']    = 'Server';
27 $labels['login']     = 'Login';
28
29 // taskbar
30 $labels['logout']   = 'Logout';
31 $labels['mail']     = 'E-Mail';
9510f8 32 $labels['settings'] = 'Settings';
4e17e6 33 $labels['addressbook'] = 'Address Book';
T 34
35 // mailbox names
36 $labels['inbox']  = 'Inbox';
1966c5 37 $labels['drafts'] = 'Drafts';
4e17e6 38 $labels['sent']   = 'Sent';
T 39 $labels['trash']  = 'Trash';
40 $labels['junk']   = 'Junk';
41
42 // message listing
43 $labels['subject'] = 'Subject';
44 $labels['from']    = 'Sender';
45 $labels['to']      = 'Recipient';
46 $labels['cc']      = 'Copy';
47 $labels['bcc']     = 'Bcc';
48 $labels['replyto'] = 'Reply-To';
db1a87 49 $labels['followupto'] = 'Followup-To';
4e17e6 50 $labels['date']    = 'Date';
T 51 $labels['size']    = 'Size';
52 $labels['priority'] = 'Priority';
53 $labels['organization'] = 'Organization';
4438d6 54 $labels['readstatus'] = 'Read status';
4e17e6 55
T 56 $labels['mailboxlist'] = 'Folders';
57 $labels['messagesfromto'] = 'Messages $from to $to of $count';
f52c93 58 $labels['threadsfromto'] = 'Threads $from to $to of $count';
4e17e6 59 $labels['messagenrof'] = 'Message $nr of $count';
T 60
9b3fdc 61 $labels['copy']     = 'Copy';
A 62 $labels['move']     = 'Move';
56cf50 63 $labels['moveto']   = 'Move to...';
A 64 $labels['download'] = 'Download';
4e17e6 65
T 66 $labels['filename'] = 'File name';
67 $labels['filesize'] = 'File size';
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
6051e6 89 // months short
A 90 $labels['jan']    = 'Jan';
91 $labels['feb']    = 'Feb';
92 $labels['mar']    = 'Mar';
93 $labels['apr']    = 'Apr';
94 $labels['may']    = 'May';
95 $labels['jun']    = 'Jun';
96 $labels['jul']     = 'Jul';
97 $labels['aug']    = 'Aug';
98 $labels['sep']    = 'Sep';
99 $labels['oct']    = 'Oct';
100 $labels['nov']    = 'Nov';
101 $labels['dec']    = 'Dec';
102
103 // months long
7479cc 104 $labels['longjan']    = 'January';
A 105 $labels['longfeb']    = 'February';
106 $labels['longmar']    = 'March';
107 $labels['longapr']    = 'April';
108 $labels['longmay']    = 'May';
109 $labels['longjun']    = 'June';
110 $labels['longjul']    = 'July';
111 $labels['longaug']    = 'August';
112 $labels['longsep']    = 'September';
113 $labels['longoct']    = 'October';
114 $labels['longnov']    = 'November';
115 $labels['longdec']    = 'December';
6051e6 116
4e17e6 117 $labels['today'] = 'Today';
T 118
119 // toolbar buttons
c8c1e0 120 $labels['checkmail']        = 'Check for new messages';
4e17e6 121 $labels['writenewmessage']  = 'Create a new message';
271046 122 $labels['replytomessage']   = 'Reply to sender';
e25a35 123 $labels['replytoallmessage'] = 'Reply to list or to sender and all recipients';
A 124 $labels['replyall']         = 'Reply all';
125 $labels['replylist']        = 'Reply list';
20a1b3 126 $labels['forwardmessage']   = 'Forward the message';
eb6842 127 $labels['deletemessage']    = 'Delete message';
T 128 $labels['movemessagetotrash'] = 'Move message to trash';
4e17e6 129 $labels['printmessage']     = 'Print this message';
421f5e 130 $labels['previousmessage']  = 'Show the previous message';
4e17e6 131 $labels['previousmessages'] = 'Show previous set of messages';
421f5e 132 $labels['firstmessage']     = 'Show the first message';
d17008 133 $labels['firstmessages']    = 'Show first set of messages';
421f5e 134 $labels['nextmessage']      = 'Show the next message';
4e17e6 135 $labels['nextmessages']     = 'Show next set of messages';
e58754 136 $labels['lastmessage']      = 'Show the last message';
d17008 137 $labels['lastmessages']     = 'Show last set of messages';
4e17e6 138 $labels['backtolist']       = 'Back to message list';
cd900d 139 $labels['viewsource']       = 'Show source';
7f9ea1 140 $labels['markmessages']     = 'Mark messages';
T 141 $labels['markread']         = 'As read';
142 $labels['markunread']       = 'As unread';
4a4d22 143 $labels['markflagged']      = 'As flagged';
A 144 $labels['markunflagged']    = 'As unflagged';
b4f7c6 145 $labels['messageactions']   = 'More actions...';
4e17e6 146
T 147 $labels['select'] = 'Select';
148 $labels['all'] = 'All';
149 $labels['none'] = 'None';
fb7ec5 150 $labels['currpage'] = 'Current page';
4e17e6 151 $labels['unread'] = 'Unread';
5b5f74 152 $labels['flagged'] = 'Flagged';
A 153 $labels['unanswered'] = 'Unanswered';
119cd1 154 $labels['deleted'] = 'Deleted';
528185 155 $labels['invert'] = 'Invert';
3dc19d 156 $labels['filter'] = 'Filter';
f52c93 157
T 158 $labels['list'] = 'List';
159 $labels['threads'] = 'Threads';
160 $labels['expand-all'] = 'Expand All';
161 $labels['expand-unread'] = 'Expand Unread';
162 $labels['collapse-all'] = 'Collapse All';
163 $labels['threaded'] = 'Threaded';
164
165 $labels['autoexpand_threads'] = 'Expand message threads';
166 $labels['do_expand'] = 'all threads';
167 $labels['expand_only_unread'] = 'only with unread messages';
168 $labels['fromto'] = 'Sender/Recipient';
169 $labels['flag'] = 'Flag';
170 $labels['attachment'] = 'Attachment';
171 $labels['nonesort'] = 'None';
172 $labels['sentdate'] = 'Sent date';
173 $labels['arrival'] = 'Arrival date';
174 $labels['asc'] = 'ascending';
175 $labels['desc'] = 'descending';
176 $labels['listcolumns'] = 'List columns';
177 $labels['listsorting'] = 'Sorting column';
178 $labels['listorder'] = 'Sorting order';
179 $labels['listmode'] = 'List view mode';
4e17e6 180
7837b2 181 $labels['folderactions'] = 'Folder actions...';
15a9d1 182 $labels['compact'] = 'Compact';
c9d09b 183 $labels['empty'] = 'Empty';
T 184 $labels['purge'] = 'Purge';
15a9d1 185
76ffa2 186 $labels['quota'] = 'Disk usage';
4647e1 187 $labels['unknown']  = 'unknown';
T 188 $labels['unlimited']  = 'unlimited';
189
190 $labels['quicksearch']  = 'Quick search';
191 $labels['resetsearch']  = 'Reset search';
30b152 192 $labels['searchmod']  = 'Search modifiers';
A 193 $labels['msgtext']  = 'Entire message';
76ffa2 194
203ee4 195 $labels['openinextwin'] = 'Open in new window';
921270 196 $labels['emlsave'] = 'Download (.eml)';
15a9d1 197
4e17e6 198 // message compose
a0109c 199 $labels['compose']        = 'Compose a message';
921270 200 $labels['editasnew']      = 'Edit as new';
75f534 201 $labels['savemessage']    = 'Save this draft';
e5686f 202 $labels['sendmessage']    = 'Send now';
4e17e6 203 $labels['addattachment']  = 'Attach a file';
a0109c 204 $labels['charset']        = 'Charset';
S 205 $labels['editortype']     = 'Editor type';
206 $labels['returnreceipt']  = 'Return receipt';
f22ea7 207 $labels['dsn']            = 'Delivery status notification';
4e17e6 208
d7f9eb 209 $labels['editidents']    = 'Edit identities';
ed5d29 210 $labels['checkspelling'] = 'Check spelling';
T 211 $labels['resumeediting'] = 'Resume editing';
a0109c 212 $labels['revertto']      = 'Revert to';
ed5d29 213
20a1b3 214 $labels['attachments'] = 'Attachments';
4e17e6 215 $labels['upload'] = 'Upload';
T 216 $labels['close']  = 'Close';
98570f 217 $labels['messageoptions']  = 'Message options...';
4e17e6 218
T 219 $labels['low']     = 'Low';
220 $labels['lowest']  = 'Lowest';
221 $labels['normal']  = 'Normal';
222 $labels['high']    = 'High';
223 $labels['highest'] = 'Highest';
224
10a699 225 $labels['nosubject']  = '(no subject)';
4e17e6 226 $labels['showimages'] = 'Display images';
62e43d 227 $labels['alwaysshow'] = 'Always show images from $sender';
4e17e6 228
0dff24 229 $labels['htmltoggle'] = 'HTML';
S 230 $labels['plaintoggle'] = 'Plain text';
faf876 231 $labels['savesentmessagein'] = 'Save sent message in';
T 232 $labels['dontsave'] = 'don\'t save';
8beee1 233 $labels['maxuploadsize'] = 'Maximum allowed file size is $size';
0dff24 234
7984ec 235 $labels['addcc'] = 'Add Cc';
T 236 $labels['addbcc'] = 'Add Bcc';
237 $labels['addreplyto'] = 'Add Reply-To';
db1a87 238 $labels['addfollowupto'] = 'Add Followup-To';
7984ec 239
fba1f5 240 // mdn
T 241 $labels['mdnrequest'] = 'The sender of this message has asked to be notified when you read this message. Do you wish to notify the sender?';
242 $labels['receiptread'] = 'Return Receipt (read)';
243 $labels['yourmessage'] = 'This is a Return Receipt for your message';
244 $labels['receiptnote'] = 'Note: This receipt only acknowledges that the message was displayed on the recipient\'s computer. There is no guarantee that the recipient has read or understood the message contents.';
4e17e6 245
T 246 // address boook
64009e 247 $labels['name']      = 'Display name';
T 248 $labels['firstname'] = 'First name';
249 $labels['surname']   = 'Last name';
250 $labels['email']     = 'E-Mail';
4e17e6 251
T 252 $labels['addcontact'] = 'Add new contact';
253 $labels['editcontact'] = 'Edit contact';
ce06d3 254 $labels['contacts'] = 'Contacts';
cb7d32 255 $labels['contactproperties'] = 'Contact properties';
4e17e6 256
T 257 $labels['edit']   = 'Edit';
258 $labels['cancel'] = 'Cancel';
259 $labels['save']   = 'Save';
260 $labels['delete'] = 'Delete';
261
262 $labels['newcontact']     = 'Create new contact card';
263 $labels['deletecontact']  = 'Delete selected contacts';
264 $labels['composeto']      = 'Compose mail to';
265 $labels['contactsfromto'] = 'Contacts $from to $to of $count';
a95e0e 266 $labels['print']          = 'Print';
T 267 $labels['export']         = 'Export';
a6d7a9 268 $labels['exportvcards']   = 'Export contacts in vCard format';
a61bbb 269 $labels['newcontactgroup'] = 'Create new contact group';
T 270 $labels['groupactions']   = 'Actions for contact groups...';
4e17e6 271
f3704e 272 $labels['previouspage']   = 'Show previous set';
d17008 273 $labels['firstpage']      = 'Show first set';
f3704e 274 $labels['nextpage']       = 'Show next set';
d17008 275 $labels['lastpage']       = 'Show last set';
f3704e 276
a61bbb 277 $labels['group'] = 'Group';
f11541 278 $labels['groups'] = 'Groups';
T 279 $labels['personaladrbook'] = 'Personal Addresses';
4e17e6 280
ed132e 281 $labels['import'] = 'Import';
T 282 $labels['importcontacts'] = 'Import contacts';
283 $labels['importfromfile'] = 'Import from file:';
284 $labels['importreplace'] = 'Replace the entire address book';
285 $labels['importtext'] = 'You can upload contacts from an existing address book.<br/>We currently support importing addresses from the <a href="http://en.wikipedia.org/wiki/VCard">vCard</a> data format.';
286 $labels['done'] = 'Done';
000e4b 287
4e17e6 288 // settings
T 289 $labels['settingsfor']  = 'Settings for';
290
291 $labels['preferences']  = 'Preferences';
292 $labels['userpreferences']  = 'User preferences';
293 $labels['editpreferences']  = 'Edit user preferences';
294
295 $labels['identities']  = 'Identities';
296 $labels['manageidentities']  = 'Manage identities for this account';
297 $labels['newidentity']  = 'New identity';
298
299 $labels['newitem']  = 'New item';
300 $labels['edititem']  = 'Edit item';
301
e55ab0 302 $labels['preferhtml'] = 'Display HTML';
A 303 $labels['defaultcharset'] = 'Default Character Set';
304 $labels['htmlmessage'] = 'HTML Message';
305 $labels['prettydate'] = 'Pretty dates';
4e17e6 306 $labels['setdefault']  = 'Set default';
c8ae24 307 $labels['autodetect']  = 'Auto';
4e17e6 308 $labels['language']  = 'Language';
T 309 $labels['timezone']  = 'Time zone';
310 $labels['pagesize']  = 'Rows per page';
1cded8 311 $labels['signature'] = 'Signature';
829e02 312 $labels['dstactive']  = 'Daylight saving time';
19bef0 313 $labels['htmleditor'] = 'Compose HTML messages';
1b9142 314 $labels['htmlonreply'] = 'on reply to HTML message only';
a0109c 315 $labels['htmlsignature'] = 'HTML signature';
b19097 316 $labels['previewpane'] = 'Show preview pane';
e6e5c6 317 $labels['skin'] = 'Interface skin';
eaa394 318 $labels['logoutclear'] = 'Clear Trash on logout';
A 319 $labels['logoutcompact'] = 'Compact Inbox on logout';
a901aa 320 $labels['uisettings'] = 'User Interface';
A 321 $labels['serversettings'] = 'Server Settings';
d9b29a 322 $labels['mailboxview'] = 'Mailbox View';
a99968 323 $labels['mdnrequests'] = 'On request for return receipt';
A 324 $labels['askuser'] = 'ask me';
325 $labels['autosend'] = 'send receipt';
6c6bb0 326 $labels['autosendknown'] = 'send receipt to my contacts, otherwise ask me';
A 327 $labels['autosendknownignore'] = 'send receipt to my contacts, otherwise ignore';
d9b29a 328 $labels['ignore'] = 'ignore';
A 329 $labels['readwhendeleted'] = 'Mark the message as read on delete';
3044ae 330 $labels['flagfordeletion'] = 'Flag the message for deletion instead of delete';
9b3d7f 331 $labels['skipdeleted'] = 'Do not show deleted messages';
1f9037 332 $labels['deletealways'] = 'If moving messages to Trash fails, delete them';
2a4135 333 $labels['showremoteimages'] = 'Display remote inline images';
A 334 $labels['fromknownsenders'] = 'from known senders';
335 $labels['always'] = 'always';
166b61 336 $labels['showinlineimages'] = 'Display attached images below the message';
d656f1 337 $labels['autosavedraft']  = 'Automatically save draft';
5d4ac4 338 $labels['everynminutes']  = 'every $n minute(s)';
95d90f 339 $labels['keepalive']  = 'Check for new messages on';
d656f1 340 $labels['never']  = 'never';
bc4960 341 $labels['immediately']  = 'immediately';
56cf50 342 $labels['messagesdisplaying'] = 'Displaying Messages';
A 343 $labels['messagescomposition'] = 'Composing Messages';
ffae15 344 $labels['mimeparamfolding'] = 'Attachment names';
A 345 $labels['2231folding'] = 'Full RFC 2231 (Thunderbird)';
346 $labels['miscfolding'] = 'RFC 2047/2231 (MS Outlook)';
347 $labels['2047folding'] = 'Full RFC 2047 (other)';
47ad83 348 $labels['force7bit'] = 'Use MIME encoding for 8-bit characters';
56cf50 349 $labels['advancedoptions'] = 'Advanced options';
06343d 350 $labels['focusonnewmessage'] = 'Focus browser window on new message';
2fd975 351 $labels['checkallfolders'] = 'Check all folders for new messages';
e54bb7 352 $labels['displaynext'] = 'After message delete/move display the next message';
9510f8 353 $labels['mainoptions'] = 'Main Options';
A 354 $labels['section'] = 'Section';
355 $labels['maintenance'] = 'Maintenance';
356 $labels['newmessage'] = 'New Message';
357 $labels['listoptions'] = 'List Options';
0207c4 358 $labels['signatureoptions'] = 'Signature Options';
T 359 $labels['whenreplying'] = 'When replying';
360 $labels['replytopposting'] = 'start new message above original';
361 $labels['replybottomposting'] = 'start new message below original';
362 $labels['replyremovesignature'] = 'When replying remove original signature from message';
363 $labels['autoaddsignature'] = 'Automatically add signature';
364 $labels['newmessageonly'] = 'new message only';
365 $labels['replyandforwardonly'] = 'replies and forwards only';
655bd9 366 $labels['replysignaturepos'] = 'When replying or forwarding place signature';
T 367 $labels['belowquote'] = 'below the quote';
368 $labels['abovequote'] = 'above the quote';
0207c4 369 $labels['insertsignature'] = 'Insert signature';
bc4960 370 $labels['previewpanemarkread']  = 'Mark previewed messages as read';
T 371 $labels['afternseconds']  = 'after $n seconds';
b3660b 372 $labels['reqmdn'] = 'Always request a return receipt';
f22ea7 373 $labels['reqdsn'] = 'Always request a delivery status notification';
eeb85f 374 $labels['replysamefolder'] = 'Place replies in the folder of the message being replied to';
0207c4 375
15a9d1 376 $labels['folder']  = 'Folder';
4e17e6 377 $labels['folders']  = 'Folders';
T 378 $labels['foldername']  = 'Folder name';
379 $labels['subscribed']  = 'Subscribed';
a8d23d 380 $labels['messagecount'] = 'Messages';
4e17e6 381 $labels['create']  = 'Create';
T 382 $labels['createfolder']  = 'Create new folder';
383 $labels['managefolders']  = 'Manage folders';
56cf50 384 $labels['specialfolders'] = 'Special Folders';
db1a87 385 $labels['properties'] = 'Properties';
T 386 $labels['folderproperties'] = 'Folder properties';
387 $labels['parentfolder'] = 'Parent folder';
388 $labels['location'] = 'Location';
389 $labels['info'] = 'Information';
390 $labels['getfoldersize'] = 'Click to get folder size';
391 $labels['changesubscription'] = 'Click to change subscription';
4e17e6 392
b076a4 393 $labels['sortby'] = 'Sort by';
T 394 $labels['sortasc']  = 'Sort ascending';
395 $labels['sortdesc'] = 'Sort descending';
4e17e6 396
56cf50 397 // units
A 398 $labels['B'] = 'B';
399 $labels['KB'] = 'KB';
400 $labels['MB'] = 'MB';
401 $labels['GB'] = 'GB';
402
e55ab0 403 // character sets
A 404 $labels['unicode'] = 'Unicode';
405 $labels['english'] = 'English';
406 $labels['westerneuropean'] = 'Western European';
407 $labels['easterneuropean'] = 'Eastern European';
408 $labels['southeasterneuropean'] = 'South-Eastern European';
409 $labels['baltic'] = 'Baltic';
410 $labels['cyrillic'] = 'Cyrillic';
411 $labels['arabic'] = 'Arabic';
412 $labels['greek'] = 'Greek';
413 $labels['hebrew'] = 'Hebrew';
414 $labels['turkish'] = 'Turkish';
415 $labels['nordic'] = 'Nordic';
416 $labels['thai'] = 'Thai';
417 $labels['celtic'] = 'Celtic';
418 $labels['vietnamese'] = 'Vietnamese';
419 $labels['japanese'] = 'Japanese';
420 $labels['korean'] = 'Korean';
421 $labels['chinese'] = 'Chinese';
a99968 422
829e02 423 ?>