]> git.donarmstrong.com Git - roundcube.git/blob - program/localization/en_US/labels.inc
e6dd58c49d6b835fb169bb1e3d5d06f27b34b813
[roundcube.git] / program / localization / en_US / labels.inc
1 <?php
2
3 /*
4
5  +-----------------------------------------------------------------------+
6  | language/en_US/labels.inc                                             |
7  |                                                                       |
8  | Language file of the Roundcube Webmail client                         |
9  | Copyright (C) 2005-2010, The Roundcube Dev Team                       |
10  | Licensed under the GNU GPL                                            |
11  |                                                                       |
12  +-----------------------------------------------------------------------+
13  | Author: Thomas Bruederli <roundcube@gmail.com>                        |
14  +-----------------------------------------------------------------------+
15
16  @version $Id: labels.inc 5165 2011-09-05 08:49:04Z thomasb $
17
18 */
19
20 $labels = array();
21
22 // login page
23 $labels['welcome']   = 'Welcome to $product';
24 $labels['username']  = 'Username';
25 $labels['password']  = 'Password';
26 $labels['server']    = 'Server';
27 $labels['login']     = 'Login';
28
29 // taskbar
30 $labels['logout']   = 'Logout';
31 $labels['mail']     = 'Mail';
32 $labels['settings'] = 'Settings';
33 $labels['addressbook'] = 'Address Book';
34
35 // mailbox names
36 $labels['inbox']  = 'Inbox';
37 $labels['drafts'] = 'Drafts';
38 $labels['sent']   = 'Sent';
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';
49 $labels['followupto'] = 'Followup-To';
50 $labels['date']    = 'Date';
51 $labels['size']    = 'Size';
52 $labels['priority'] = 'Priority';
53 $labels['organization'] = 'Organization';
54 $labels['readstatus'] = 'Read status';
55
56 $labels['mailboxlist'] = 'Folders';
57 $labels['messagesfromto'] = 'Messages $from to $to of $count';
58 $labels['threadsfromto'] = 'Threads $from to $to of $count';
59 $labels['messagenrof'] = 'Message $nr of $count';
60
61 $labels['copy']     = 'Copy';
62 $labels['move']     = 'Move';
63 $labels['moveto']   = 'Move to...';
64 $labels['download'] = 'Download';
65
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
89 // months short
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
104 $labels['longjan']      = 'January';
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';
116
117 $labels['today'] = 'Today';
118
119 // toolbar buttons
120 $labels['checkmail']        = 'Check for new messages';
121 $labels['writenewmessage']  = 'Create a new message';
122 $labels['replytomessage']   = 'Reply to sender';
123 $labels['replytoallmessage'] = 'Reply to list or to sender and all recipients';
124 $labels['replyall']         = 'Reply all';
125 $labels['replylist']        = 'Reply list';
126 $labels['forwardinline']    = 'Forward inline';
127 $labels['forwardattachment'] = 'Forward as attachment';
128 $labels['forwardmessage']   = 'Forward the message';
129 $labels['deletemessage']    = 'Delete message';
130 $labels['movemessagetotrash'] = 'Move message to trash';
131 $labels['printmessage']     = 'Print this message';
132 $labels['previousmessage']  = 'Show previous message';
133 $labels['firstmessage']     = 'Show first message';
134 $labels['nextmessage']      = 'Show next message';
135 $labels['lastmessage']      = 'Show last message';
136 $labels['backtolist']       = 'Back to message list';
137 $labels['viewsource']       = 'Show source';
138 $labels['markmessages']     = 'Mark messages';
139 $labels['markread']         = 'As read';
140 $labels['markunread']       = 'As unread';
141 $labels['markflagged']      = 'As flagged';
142 $labels['markunflagged']    = 'As unflagged';
143 $labels['messageactions']   = 'More actions...';
144
145 $labels['select'] = 'Select';
146 $labels['all'] = 'All';
147 $labels['none'] = 'None';
148 $labels['currpage'] = 'Current page';
149 $labels['unread'] = 'Unread';
150 $labels['flagged'] = 'Flagged';
151 $labels['unanswered'] = 'Unanswered';
152 $labels['deleted'] = 'Deleted';
153 $labels['invert'] = 'Invert';
154 $labels['filter'] = 'Filter';
155
156 $labels['list'] = 'List';
157 $labels['threads'] = 'Threads';
158 $labels['expand-all'] = 'Expand All';
159 $labels['expand-unread'] = 'Expand Unread';
160 $labels['collapse-all'] = 'Collapse All';
161 $labels['threaded'] = 'Threaded';
162
163 $labels['autoexpand_threads'] = 'Expand message threads';
164 $labels['do_expand'] = 'all threads';
165 $labels['expand_only_unread'] = 'only with unread messages';
166 $labels['fromto'] = 'Sender/Recipient';
167 $labels['flag'] = 'Flag';
168 $labels['attachment'] = 'Attachment';
169 $labels['nonesort'] = 'None';
170 $labels['sentdate'] = 'Sent date';
171 $labels['arrival'] = 'Arrival date';
172 $labels['asc'] = 'ascending';
173 $labels['desc'] = 'descending';
174 $labels['listcolumns'] = 'List columns';
175 $labels['listsorting'] = 'Sorting column';
176 $labels['listorder'] = 'Sorting order';
177 $labels['listmode'] = 'List view mode';
178
179 $labels['folderactions'] = 'Folder actions...';
180 $labels['compact'] = 'Compact';
181 $labels['empty'] = 'Empty';
182
183 $labels['quota'] = 'Disk usage';
184 $labels['unknown']  = 'unknown';
185 $labels['unlimited']  = 'unlimited';
186
187 $labels['quicksearch']  = 'Quick search';
188 $labels['resetsearch']  = 'Reset search';
189 $labels['searchmod']  = 'Search modifiers';
190 $labels['msgtext']  = 'Entire message';
191
192 $labels['openinextwin'] = 'Open in new window';
193 $labels['emlsave'] = 'Download (.eml)';
194
195 // message compose
196 $labels['compose']        = 'Compose a message';
197 $labels['editasnew']      = 'Edit as new';
198 $labels['savemessage']    = 'Save this draft';
199 $labels['sendmessage']    = 'Send now';
200 $labels['addattachment']  = 'Attach a file';
201 $labels['charset']        = 'Charset';
202 $labels['editortype']     = 'Editor type';
203 $labels['returnreceipt']  = 'Return receipt';
204 $labels['dsn']            = 'Delivery status notification';
205 $labels['mailreplyintro'] = 'On $date, $sender wrote:';
206
207 $labels['editidents']    = 'Edit identities';
208 $labels['checkspelling'] = 'Check spelling';
209 $labels['resumeediting'] = 'Resume editing';
210 $labels['revertto']      = 'Revert to';
211
212 $labels['attachments'] = 'Attachments';
213 $labels['upload'] = 'Upload';
214 $labels['uploadprogress'] = '$percent ($current from $total)';
215 $labels['close']  = 'Close';
216 $labels['messageoptions']  = 'Message options...';
217
218 $labels['low']     = 'Low';
219 $labels['lowest']  = 'Lowest';
220 $labels['normal']  = 'Normal';
221 $labels['high']    = 'High';
222 $labels['highest'] = 'Highest';
223
224 $labels['nosubject']  = '(no subject)';
225 $labels['showimages'] = 'Display images';
226 $labels['alwaysshow'] = 'Always show images from $sender';
227
228 $labels['htmltoggle'] = 'HTML';
229 $labels['plaintoggle'] = 'Plain text';
230 $labels['savesentmessagein'] = 'Save sent message in';
231 $labels['dontsave'] = 'don\'t save';
232 $labels['maxuploadsize'] = 'Maximum allowed file size is $size';
233
234 $labels['addcc'] = 'Add Cc';
235 $labels['addbcc'] = 'Add Bcc';
236 $labels['addreplyto'] = 'Add Reply-To';
237 $labels['addfollowupto'] = 'Add Followup-To';
238
239 // mdn
240 $labels['mdnrequest'] = 'The sender of this message has asked to be notified when you read this message. Do you wish to notify the sender?';
241 $labels['receiptread'] = 'Return Receipt (read)';
242 $labels['yourmessage'] = 'This is a Return Receipt for your message';
243 $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.';
244
245 // address boook
246 $labels['name']         = 'Display Name';
247 $labels['firstname']    = 'First Name';
248 $labels['surname']      = 'Last Name';
249 $labels['middlename']   = 'Middle Name';
250 $labels['nameprefix']   = 'Prefix';
251 $labels['namesuffix']   = 'Suffix';
252 $labels['nickname']     = 'Nickname';
253 $labels['jobtitle']     = 'Job Title';
254 $labels['organization'] = 'Company';
255 $labels['department']   = 'Department';
256 $labels['gender']       = 'Gender';
257 $labels['maidenname']   = 'Maiden Name';
258 $labels['email']        = 'Email';
259 $labels['phone']        = 'Phone';
260 $labels['address']      = 'Address';
261 $labels['street']       = 'Street';
262 $labels['locality']     = 'City';
263 $labels['zipcode']      = 'ZIP Code';
264 $labels['region']       = 'State/Province';
265 $labels['country']      = 'Country';
266 $labels['birthday']     = 'Birthday';
267 $labels['anniversary']  = 'Anniversary';
268 $labels['website']      = 'Website';
269 $labels['instantmessenger'] = 'IM';
270 $labels['notes'] = 'Notes';
271 $labels['male']   = 'male';
272 $labels['female'] = 'female';
273 $labels['manager'] = 'Manager';
274 $labels['assistant'] = 'Assistant';
275 $labels['spouse'] = 'Spouse';
276 $labels['allfields'] = 'All fields';
277 $labels['search'] = 'Search';
278 $labels['advsearch'] = 'Advanced Search';
279 $labels['other'] = 'Other';
280
281 $labels['typehome']   = 'Home';
282 $labels['typework']   = 'Work';
283 $labels['typeother']  = 'Other';
284 $labels['typemobile']  = 'Mobile';
285 $labels['typemain']  = 'Main';
286 $labels['typehomefax']  = 'Home Fax';
287 $labels['typeworkfax']  = 'Work Fax';
288 $labels['typecar']  = 'Car';
289 $labels['typepager']  = 'Pager';
290 $labels['typevideo']  = 'Video';
291 $labels['typeassistant']  = 'Assistant';
292 $labels['typehomepage']  = 'Home Page';
293 $labels['typeblog'] = 'Blog';
294 $labels['typeprofile'] = 'Profile';
295
296 $labels['addfield'] = 'Add field...';
297 $labels['addcontact'] = 'Add new contact';
298 $labels['editcontact'] = 'Edit contact';
299 $labels['contacts'] = 'Contacts';
300 $labels['contactproperties'] = 'Contact properties';
301 $labels['personalinfo'] = 'Personal information';
302
303 $labels['edit']   = 'Edit';
304 $labels['cancel'] = 'Cancel';
305 $labels['save']   = 'Save';
306 $labels['delete'] = 'Delete';
307 $labels['rename'] = 'Rename';
308 $labels['addphoto'] = 'Add';
309 $labels['replacephoto'] = 'Replace';
310
311 $labels['newcontact']     = 'Create new contact card';
312 $labels['deletecontact']  = 'Delete selected contacts';
313 $labels['composeto']      = 'Compose mail to';
314 $labels['contactsfromto'] = 'Contacts $from to $to of $count';
315 $labels['print']          = 'Print';
316 $labels['export']         = 'Export';
317 $labels['exportvcards']   = 'Export contacts in vCard format';
318 $labels['newcontactgroup'] = 'Create new contact group';
319 $labels['groupactions']   = 'Actions for contact groups...';
320 $labels['grouprename']    = 'Rename group';
321 $labels['groupdelete']    = 'Delete group';
322
323 $labels['previouspage']   = 'Show previous page';
324 $labels['firstpage']      = 'Show first page';
325 $labels['nextpage']       = 'Show next page';
326 $labels['lastpage']       = 'Show last page';
327
328 $labels['group'] = 'Group';
329 $labels['groups'] = 'Groups';
330 $labels['personaladrbook'] = 'Personal Addresses';
331
332 $labels['import'] = 'Import';
333 $labels['importcontacts'] = 'Import contacts';
334 $labels['importfromfile'] = 'Import from file:';
335 $labels['importtarget'] = 'Add new contacts to address book:';
336 $labels['importreplace'] = 'Replace the entire address book';
337 $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.';
338 $labels['done'] = 'Done';
339
340 // settings
341 $labels['settingsfor']  = 'Settings for';
342
343 $labels['preferences']  = 'Preferences';
344 $labels['userpreferences']  = 'User preferences';
345 $labels['editpreferences']  = 'Edit user preferences';
346
347 $labels['identities']  = 'Identities';
348 $labels['manageidentities']  = 'Manage identities for this account';
349 $labels['newidentity']  = 'New identity';
350
351 $labels['newitem']  = 'New item';
352 $labels['edititem']  = 'Edit item';
353
354 $labels['preferhtml'] = 'Display HTML';
355 $labels['defaultcharset'] = 'Default Character Set';
356 $labels['htmlmessage'] = 'HTML Message';
357 $labels['prettydate'] = 'Pretty dates';
358 $labels['setdefault']  = 'Set default';
359 $labels['autodetect']  = 'Auto';
360 $labels['language']  = 'Language';
361 $labels['timezone']  = 'Time zone';
362 $labels['pagesize']  = 'Rows per page';
363 $labels['signature'] = 'Signature';
364 $labels['dstactive']  = 'Daylight saving time';
365 $labels['htmleditor'] = 'Compose HTML messages';
366 $labels['htmlonreply'] = 'on reply to HTML message only';
367 $labels['htmlsignature'] = 'HTML signature';
368 $labels['previewpane'] = 'Show preview pane';
369 $labels['skin'] = 'Interface skin';
370 $labels['logoutclear'] = 'Clear Trash on logout';
371 $labels['logoutcompact'] = 'Compact Inbox on logout';
372 $labels['uisettings'] = 'User Interface';
373 $labels['serversettings'] = 'Server Settings';
374 $labels['mailboxview'] = 'Mailbox View';
375 $labels['mdnrequests'] = 'On request for return receipt';
376 $labels['askuser'] = 'ask me';
377 $labels['autosend'] = 'send receipt';
378 $labels['autosendknown'] = 'send receipt to my contacts, otherwise ask me';
379 $labels['autosendknownignore'] = 'send receipt to my contacts, otherwise ignore';
380 $labels['ignore'] = 'ignore';
381 $labels['readwhendeleted'] = 'Mark the message as read on delete';
382 $labels['flagfordeletion'] = 'Flag the message for deletion instead of delete';
383 $labels['skipdeleted'] = 'Do not show deleted messages';
384 $labels['deletealways'] = 'If moving messages to Trash fails, delete them';
385 $labels['showremoteimages'] = 'Display remote inline images';
386 $labels['fromknownsenders'] = 'from known senders';
387 $labels['always'] = 'always';
388 $labels['showinlineimages'] = 'Display attached images below the message';
389 $labels['autosavedraft']  = 'Automatically save draft';
390 $labels['everynminutes']  = 'every $n minute(s)';
391 $labels['keepalive']  = 'Check for new messages on';
392 $labels['never']  = 'never';
393 $labels['immediately']  = 'immediately';
394 $labels['messagesdisplaying'] = 'Displaying Messages';
395 $labels['messagescomposition'] = 'Composing Messages';
396 $labels['mimeparamfolding'] = 'Attachment names';
397 $labels['2231folding'] = 'Full RFC 2231 (Thunderbird)';
398 $labels['miscfolding'] = 'RFC 2047/2231 (MS Outlook)';
399 $labels['2047folding'] = 'Full RFC 2047 (other)';
400 $labels['force7bit'] = 'Use MIME encoding for 8-bit characters';
401 $labels['advancedoptions'] = 'Advanced options';
402 $labels['focusonnewmessage'] = 'Focus browser window on new message';
403 $labels['checkallfolders'] = 'Check all folders for new messages';
404 $labels['displaynext'] = 'After message delete/move display the next message';
405 $labels['mainoptions'] = 'Main Options';
406 $labels['section'] = 'Section';
407 $labels['maintenance'] = 'Maintenance';
408 $labels['newmessage'] = 'New Message';
409 $labels['listoptions'] = 'List Options';
410 $labels['signatureoptions'] = 'Signature Options';
411 $labels['whenreplying'] = 'When replying';
412 $labels['replytopposting'] = 'start new message above original';
413 $labels['replybottomposting'] = 'start new message below original';
414 $labels['replyremovesignature'] = 'When replying remove original signature from message';
415 $labels['autoaddsignature'] = 'Automatically add signature';
416 $labels['newmessageonly'] = 'new message only';
417 $labels['replyandforwardonly'] = 'replies and forwards only';
418 $labels['replysignaturepos'] = 'When replying or forwarding place signature';
419 $labels['belowquote'] = 'below the quote';
420 $labels['abovequote'] = 'above the quote';
421 $labels['insertsignature'] = 'Insert signature';
422 $labels['previewpanemarkread']  = 'Mark previewed messages as read';
423 $labels['afternseconds']  = 'after $n seconds';
424 $labels['reqmdn'] = 'Always request a return receipt';
425 $labels['reqdsn'] = 'Always request a delivery status notification';
426 $labels['replysamefolder'] = 'Place replies in the folder of the message being replied to';
427 $labels['defaultaddressbook'] = 'Add new contacts to the selected addressbook';
428 $labels['spellcheckbeforesend'] = 'Check spelling before sending a message';
429
430 $labels['folder']  = 'Folder';
431 $labels['folders']  = 'Folders';
432 $labels['foldername']  = 'Folder name';
433 $labels['subscribed']  = 'Subscribed';
434 $labels['messagecount'] = 'Messages';
435 $labels['create']  = 'Create';
436 $labels['createfolder']  = 'Create new folder';
437 $labels['managefolders']  = 'Manage folders';
438 $labels['specialfolders'] = 'Special Folders';
439 $labels['properties'] = 'Properties';
440 $labels['folderproperties'] = 'Folder properties';
441 $labels['parentfolder'] = 'Parent folder';
442 $labels['location'] = 'Location';
443 $labels['info'] = 'Information';
444 $labels['getfoldersize'] = 'Click to get folder size';
445 $labels['changesubscription'] = 'Click to change subscription';
446 $labels['foldertype'] = 'Folder Type';
447 $labels['personalfolder']  = 'Private Folder';
448 $labels['otherfolder']  = 'Other User\'s Folder';
449 $labels['sharedfolder']  = 'Public Folder';
450
451 $labels['sortby'] = 'Sort by';
452 $labels['sortasc']  = 'Sort ascending';
453 $labels['sortdesc'] = 'Sort descending';
454 $labels['undo'] = 'Undo';
455
456 // units
457 $labels['B'] = 'B';
458 $labels['KB'] = 'KB';
459 $labels['MB'] = 'MB';
460 $labels['GB'] = 'GB';
461
462 // character sets
463 $labels['unicode'] = 'Unicode';
464 $labels['english'] = 'English';
465 $labels['westerneuropean'] = 'Western European';
466 $labels['easterneuropean'] = 'Eastern European';
467 $labels['southeasterneuropean'] = 'South-Eastern European';
468 $labels['baltic'] = 'Baltic';
469 $labels['cyrillic'] = 'Cyrillic';
470 $labels['arabic'] = 'Arabic';
471 $labels['greek'] = 'Greek';
472 $labels['hebrew'] = 'Hebrew';
473 $labels['turkish'] = 'Turkish';
474 $labels['nordic'] = 'Nordic';
475 $labels['thai'] = 'Thai';
476 $labels['celtic'] = 'Celtic';
477 $labels['vietnamese'] = 'Vietnamese';
478 $labels['japanese'] = 'Japanese';
479 $labels['korean'] = 'Korean';
480 $labels['chinese'] = 'Chinese';
481
482 ?>