source: github/program/localization/en_GB/labels.inc @ f5e7b353

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

Bumbed version; Roundcube development is not Switzerland only

  • Property mode set to 100644
File size: 14.8 KB
RevLine 
[e66f5b4]1<?php
2
3/*
[9d41ed8]4
[832a7da]5+-----------------------------------------------------------------------+
6| language/en_GB/labels.inc                                             |
7|                                                                       |
[e019f2d]8| Language file of the Roundcube Webmail client                         |
[f5e7b353]9| Copyright (C) 2005-2010, The Roundcube Dev Team                       |
[832a7da]10| Licensed under the GNU GPL                                            |
11|                                                                       |
12+-----------------------------------------------------------------------+
13| Author: Weiran Zhang (weiran@weiran.co.uk)                            |
14+-----------------------------------------------------------------------+
[e66f5b4]15
[832a7da]16@version $Id$
[e66f5b4]17
18*/
19
20$labels = array();
[f5e9367]21$labels['welcome'] = 'Welcome to $product';
22$labels['username'] = 'Username';
23$labels['password'] = 'Password';
24$labels['server'] = 'Server';
25$labels['login'] = 'Login';
26$labels['logout'] = 'Logout';
27$labels['mail'] = 'E-Mail';
[e66f5b4]28$labels['settings'] = 'Personal Settings';
29$labels['addressbook'] = 'Address Book';
[f5e9367]30$labels['inbox'] = 'Inbox';
[1966c53]31$labels['drafts'] = 'Drafts';
[f5e9367]32$labels['sent'] = 'Sent';
33$labels['trash'] = 'Deleted Items';
34$labels['junk'] = 'Junk';
[e66f5b4]35$labels['subject'] = 'Subject';
[f5e9367]36$labels['from'] = 'Sender';
37$labels['to'] = 'Recipient';
38$labels['cc'] = 'Copy';
39$labels['bcc'] = 'Bcc';
[e66f5b4]40$labels['replyto'] = 'Reply-To';
[3ee5a72]41$labels['followupto'] = 'Followup-To';
[f5e9367]42$labels['date'] = 'Date';
43$labels['size'] = 'Size';
[e66f5b4]44$labels['priority'] = 'Priority';
45$labels['organization'] = 'Organisation';
[a5ee723]46$labels['readstatus'] = 'Read status';
[e66f5b4]47$labels['mailboxlist'] = 'Folders';
48$labels['messagesfromto'] = 'Messages $from to $to of $count';
[c75f8e9]49$labels['threadsfromto'] = 'Threads $from to $to of $count';
[e66f5b4]50$labels['messagenrof'] = 'Message $nr of $count';
[8da62f3]51$labels['copy'] = 'Copy';
52$labels['move'] = 'Move';
[56cf503]53$labels['moveto'] = 'Move to...';
54$labels['download'] = 'Download';
[e66f5b4]55$labels['filename'] = 'File name';
56$labels['filesize'] = 'File size';
57$labels['addtoaddressbook'] = 'Add to address book';
58$labels['sun'] = 'Sun';
59$labels['mon'] = 'Mon';
60$labels['tue'] = 'Tue';
61$labels['wed'] = 'Wed';
62$labels['thu'] = 'Thu';
63$labels['fri'] = 'Fri';
64$labels['sat'] = 'Sat';
[f5e9367]65$labels['sunday'] = 'Sunday';
66$labels['monday'] = 'Monday';
67$labels['tuesday'] = 'Tuesday';
[e66f5b4]68$labels['wednesday'] = 'Wednesday';
[f5e9367]69$labels['thursday'] = 'Thursday';
70$labels['friday'] = 'Friday';
71$labels['saturday'] = 'Saturday';
[6051e6c]72$labels['jan'] = 'Jan';
73$labels['feb'] = 'Feb';
74$labels['mar'] = 'Mar';
75$labels['apr'] = 'Apr';
76$labels['may'] = 'May';
77$labels['jun'] = 'Jun';
78$labels['jul'] = 'Jul';
79$labels['aug'] = 'Aug';
80$labels['sep'] = 'Sep';
81$labels['oct'] = 'Oct';
82$labels['nov'] = 'Nov';
83$labels['dec'] = 'Dec';
[7479cc65]84$labels['longjan'] = 'January';
85$labels['longfeb'] = 'February';
86$labels['longmar'] = 'March';
87$labels['longapr'] = 'April';
88$labels['longmay'] = 'May';
89$labels['longjun'] = 'June';
90$labels['longjul'] = 'July';
91$labels['longaug'] = 'August';
92$labels['longsep'] = 'September';
93$labels['longoct'] = 'October';
94$labels['longnov'] = 'November';
95$labels['longdec'] = 'December';
[e66f5b4]96$labels['today'] = 'Today';
[f5e9367]97$labels['checkmail'] = 'Check for new messages';
98$labels['writenewmessage'] = 'Create a new message';
[2710462]99$labels['replytomessage'] = 'Reply to sender';
[a5ee723]100$labels['replytoallmessage'] = 'Reply to list or to sender and all recipients';
101$labels['replyall']  = 'Reply all';
102$labels['replylist'] = 'Reply list';
[f5e9367]103$labels['forwardmessage'] = 'Forward the message';
104$labels['deletemessage'] = 'Delete message';
[75f5340]105$labels['movemessagetotrash'] = 'Move message to "Deleted Items"';
[f5e9367]106$labels['printmessage'] = 'Print this message';
107$labels['previousmessage'] = 'Show the previous message';
[e66f5b4]108$labels['previousmessages'] = 'Show previous set of messages';
[f5e9367]109$labels['firstmessage'] = 'Show the first message';
110$labels['firstmessages'] = 'Show first set of messages';
111$labels['nextmessage'] = 'Show the next message';
112$labels['nextmessages'] = 'Show next set of messages';
113$labels['lastmessage'] = 'Show the last message';
114$labels['lastmessages'] = 'Show last set of messages';
115$labels['backtolist'] = 'Back to message list';
116$labels['viewsource'] = 'Show source';
117$labels['markmessages'] = 'Mark messages';
118$labels['markread'] = 'As read';
119$labels['markunread'] = 'As unread';
[3562eb3]120$labels['markflagged'] = 'As flagged';
121$labels['markunflagged'] = 'As unflagged';
[8da62f3]122$labels['messageactions'] = 'More actions...';
[e66f5b4]123$labels['select'] = 'Select';
124$labels['all'] = 'All';
125$labels['none'] = 'None';
[8da62f3]126$labels['currpage'] = 'Current page';
[e66f5b4]127$labels['unread'] = 'Unread';
[832a7da]128$labels['flagged'] = 'Flagged';
129$labels['unanswered'] = 'Unanswered';
[119cd17]130$labels['deleted'] = 'Deleted';
[52818559]131$labels['invert'] = 'Invert';
[832a7da]132$labels['filter'] = 'Filter';
[c75f8e9]133$labels['list'] = 'List';
134$labels['threads'] = 'Threads';
135$labels['expand-all'] = 'Expand All';
136$labels['expand-unread'] = 'Expand Unread';
137$labels['collapse-all'] = 'Collapse All';
138$labels['threaded'] = 'Threaded';
139$labels['autoexpand_threads'] = 'Expand message threads';
140$labels['do_expand'] = 'all threads';
141$labels['expand_only_unread'] = 'only with unread messages';
142$labels['fromto'] = 'Sender/Recipient';
143$labels['flag'] = 'Flag';
144$labels['attachment'] = 'Attachment';
145$labels['nonesort'] = 'None';
146$labels['sentdate'] = 'Sent date';
147$labels['arrival'] = 'Arrival date';
148$labels['asc'] = 'ascending';
149$labels['desc'] = 'descending';
150$labels['listcolumns'] = 'List columns';
151$labels['listsorting'] = 'Sorting column';
152$labels['listorder'] = 'Sorting order';
153$labels['listmode'] = 'List view mode';
[e7ed903]154$labels['folderactions'] = 'Folder actions...';
[e1a3f0c]155$labels['compact'] = 'Compact';
156$labels['empty'] = 'Empty';
157$labels['quota'] = 'Disk usage';
[f5e9367]158$labels['unknown'] = 'unknown';
159$labels['unlimited'] = 'unlimited';
160$labels['quicksearch'] = 'Quick search';
161$labels['resetsearch'] = 'Reset search';
[8da62f3]162$labels['searchmod'] = 'Search modifiers';
163$labels['msgtext'] = 'Entire message';
[3562eb3]164$labels['openinextwin'] = 'Open in new window';
[d70c217]165$labels['emlsave'] = 'Download (.eml)';
[f5e9367]166$labels['compose'] = 'Compose a message';
[1163db9]167$labels['editasnew'] = 'Edit as new';
[f5e9367]168$labels['savemessage'] = 'Save this draft';
[e5686f4]169$labels['sendmessage'] = 'Send now';
[f5e9367]170$labels['addattachment'] = 'Attach a file';
171$labels['charset'] = 'Charset';
172$labels['editortype'] = 'Editor type';
173$labels['returnreceipt'] = 'Return receipt';
[a5ee723]174$labels['dsn'] = 'Delivery status notification';
[d24b845]175$labels['editidents'] = 'Edit identities';
[75f5340]176$labels['checkspelling'] = 'Check spelling';
177$labels['resumeediting'] = 'Resume editing';
[f5e9367]178$labels['revertto'] = 'Revert to';
[e66f5b4]179$labels['attachments'] = 'Attachments';
180$labels['upload'] = 'Upload';
[f5e9367]181$labels['close'] = 'Close';
[9ab4688]182$labels['messageoptions'] = 'Message options...';
[f5e9367]183$labels['low'] = 'Low';
184$labels['lowest'] = 'Lowest';
185$labels['normal'] = 'Normal';
186$labels['high'] = 'High';
[e66f5b4]187$labels['highest'] = 'Highest';
[f5e9367]188$labels['nosubject'] = '(no subject)';
[e66f5b4]189$labels['showimages'] = 'Display images';
[3562eb3]190$labels['alwaysshow'] = 'Always show images from $sender';
[75f5340]191$labels['htmltoggle'] = 'HTML';
192$labels['plaintoggle'] = 'Plain text';
[3562eb3]193$labels['savesentmessagein'] = 'Save sent message in';
194$labels['dontsave'] = 'don\'t save';
195$labels['maxuploadsize'] = 'Maximum allowed file size is $size';
[f5e9367]196$labels['addcc'] = 'Add Cc';
197$labels['addbcc'] = 'Add Bcc';
198$labels['addreplyto'] = 'Add Reply-To';
[3ee5a72]199$labels['addfollowupto'] = 'Add Followup-To';
[f5e9367]200$labels['mdnrequest'] = 'The sender of this message has asked to be notified when you read this message. Do you wish to notify the sender?';
201$labels['receiptread'] = 'Return Receipt (read)';
202$labels['yourmessage'] = 'This is a Return Receipt for your message';
203$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.';
204$labels['name'] = 'Display name';
[e66f5b4]205$labels['firstname'] = 'First name';
[f5e9367]206$labels['surname'] = 'Last name';
207$labels['email'] = 'E-Mail';
[e66f5b4]208$labels['addcontact'] = 'Add new contact';
209$labels['editcontact'] = 'Edit contact';
[3e91f08]210$labels['contacts'] = 'Contacts';
[a5ee723]211$labels['contactproperties'] = 'Contact properties';
[f5e9367]212$labels['edit'] = 'Edit';
[e66f5b4]213$labels['cancel'] = 'Cancel';
[f5e9367]214$labels['save'] = 'Save';
[e66f5b4]215$labels['delete'] = 'Delete';
[d70c217]216$labels['rename'] = 'Rename';
[f5e9367]217$labels['newcontact'] = 'Create new contact card';
218$labels['deletecontact'] = 'Delete selected contacts';
219$labels['composeto'] = 'Compose mail to';
[e66f5b4]220$labels['contactsfromto'] = 'Contacts $from to $to of $count';
[f5e9367]221$labels['print'] = 'Print';
222$labels['export'] = 'Export';
[3562eb3]223$labels['exportvcards'] = 'Export contacts in vCard format';
[8da62f3]224$labels['newcontactgroup'] = 'Create new contact group';
225$labels['groupactions'] = 'Actions for contact groups...';
[f5e9367]226$labels['previouspage'] = 'Show previous set';
227$labels['firstpage'] = 'Show first set';
228$labels['nextpage'] = 'Show next set';
229$labels['lastpage'] = 'Show last set';
[8da62f3]230$labels['group'] = 'Group';
[75f5340]231$labels['groups'] = 'Groups';
232$labels['personaladrbook'] = 'Personal Addresses';
[3562eb3]233$labels['import'] = 'Import';
234$labels['importcontacts'] = 'Import contacts';
235$labels['importfromfile'] = 'Import from file:';
236$labels['importreplace'] = 'Replace the entire address book';
[742db41b]237$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.';
[3562eb3]238$labels['done'] = 'Done';
[f5e9367]239$labels['settingsfor'] = 'Settings for';
240$labels['preferences'] = 'Preferences';
241$labels['userpreferences'] = 'User preferences';
242$labels['editpreferences'] = 'Edit user preferences';
243$labels['identities'] = 'Identities';
244$labels['manageidentities'] = 'Manage identities for this account';
245$labels['newidentity'] = 'New identity';
246$labels['newitem'] = 'New item';
247$labels['edititem'] = 'Edit item';
[8da62f3]248$labels['preferhtml'] = 'Display HTML';
249$labels['defaultcharset'] = 'Default Character Set';
250$labels['htmlmessage'] = 'HTML Message';
251$labels['prettydate'] = 'Pretty dates';
[f5e9367]252$labels['setdefault'] = 'Set default';
[3562eb3]253$labels['autodetect'] = 'Auto';
[f5e9367]254$labels['language'] = 'Language';
255$labels['timezone'] = 'Time zone';
256$labels['pagesize'] = 'Rows per page';
[1cded85]257$labels['signature'] = 'Signature';
[829e025]258$labels['dstactive'] = 'Summer time';
[75f5340]259$labels['htmleditor'] = 'Compose HTML messages';
[a5ee723]260$labels['htmlonreply'] = 'on reply to HTML message only';
[75f5340]261$labels['htmlsignature'] = 'HTML signature';
262$labels['previewpane'] = 'Show preview pane';
[3562eb3]263$labels['skin'] = 'Interface skin';
[d0ece4f]264$labels['logoutclear'] = 'Clear Trash on logout';
265$labels['logoutcompact'] = 'Compact Inbox on logout';
[a901aa5]266$labels['uisettings'] = 'User Interface';
267$labels['serversettings'] = 'Server Settings';
[3562eb3]268$labels['mailboxview'] = 'Mailbox View';
[a5ee723]269$labels['mdnrequests'] = 'On request for return receipt';
270$labels['askuser'] = 'ask each time';
[3562eb3]271$labels['autosend'] = 'send automatically';
[a5ee723]272$labels['autosendknown'] = 'send receipt to my contacts, otherwise ask';
273$labels['autosendknownignore'] = 'send receipt to my contacts, otherwise ignore';
[3562eb3]274$labels['ignore'] = 'ignore';
275$labels['readwhendeleted'] = 'Mark the message as read on delete';
276$labels['flagfordeletion'] = 'Flag the message for deletion instead of delete';
[832a7da]277$labels['skipdeleted'] = 'Do not show deleted messages';
[d70c217]278$labels['deletealways'] = 'If moving messages to "Deleted Items" fails, permanently delete them';
[832a7da]279$labels['showremoteimages'] = 'Display remote inline images';
280$labels['fromknownsenders'] = 'from known senders';
281$labels['always'] = 'always';
[3562eb3]282$labels['showinlineimages'] = 'Display attached images below the message';
[f5e9367]283$labels['autosavedraft'] = 'Automatically save draft';
[5d4ac46]284$labels['everynminutes'] = 'every $n minute(s)';
[832a7da]285$labels['keepalive'] = 'Check for new messages on';
[f5e9367]286$labels['never'] = 'never';
[8da62f3]287$labels['immediately'] = 'immediately';
[832a7da]288$labels['messagesdisplaying'] = 'Displaying Messages';
289$labels['messagescomposition'] = 'Composing Messages';
[ffae15e5]290$labels['mimeparamfolding'] = 'Attachment names';
291$labels['2231folding'] = 'Full RFC 2231 (Thunderbird)';
292$labels['miscfolding'] = 'RFC 2047/2231 (MS Outlook)';
293$labels['2047folding'] = 'Full RFC 2047 (other)';
[1163db9]294$labels['force7bit'] = 'Use MIME encoding for 8-bit characters';
[56cf503]295$labels['advancedoptions'] = 'Advanced options';
[06343d1]296$labels['focusonnewmessage'] = 'Focus browser window on new message';
[2fd9750]297$labels['checkallfolders'] = 'Check all folders for new messages';
[742db41b]298$labels['displaynext'] = 'After message delete/move display the next message';
299$labels['mainoptions'] = 'Main Options';
300$labels['section'] = 'Section';
301$labels['maintenance'] = 'Maintenance';
302$labels['newmessage'] = 'New Message';
303$labels['listoptions'] = 'List Options';
304$labels['signatureoptions'] = 'Signature Options';
305$labels['whenreplying'] = 'When replying';
306$labels['replytopposting'] = 'start new message above original';
307$labels['replybottomposting'] = 'start new message below original';
308$labels['replyremovesignature'] = 'When replying remove original signature from message';
309$labels['autoaddsignature'] = 'Automatically add signature';
310$labels['newmessageonly'] = 'new message only';
311$labels['replyandforwardonly'] = 'replies and forwards only';
312$labels['replysignaturepos'] = 'When replying or forwarding place signature';
313$labels['belowquote'] = 'below the quote';
314$labels['abovequote'] = 'above the quote';
315$labels['insertsignature'] = 'Insert signature';
[8da62f3]316$labels['previewpanemarkread'] = 'Mark previewed messages as read';
317$labels['afternseconds'] = 'after $n seconds';
[d24b845]318$labels['reqmdn'] = 'Always request a return receipt';
[a5ee723]319$labels['reqdsn'] = 'Always request a delivery status notification';
320$labels['replysamefolder'] = 'Place replies in the folder of the message being replied to';
[f5e9367]321$labels['folder'] = 'Folder';
322$labels['folders'] = 'Folders';
323$labels['foldername'] = 'Folder name';
[d70c217]324$labels['subscribed']  = 'Subscribed';
[f5e9367]325$labels['messagecount'] = 'Messages';
326$labels['create'] = 'Create';
327$labels['createfolder'] = 'Create new folder';
328$labels['managefolders'] = 'Manage folders';
[56cf503]329$labels['specialfolders'] = 'Special Folders';
[d70c217]330$labels['properties'] = 'Properties';
331$labels['folderproperties'] = 'Folder properties';
332$labels['parentfolder'] = 'Parent folder';
333$labels['location'] = 'Location';
334$labels['info'] = 'Information';
335$labels['getfoldersize'] = 'Click to get folder size';
336$labels['changesubscription'] = 'Click to change subscription';
[e1a3f0c]337$labels['sortby'] = 'Sort by';
[f5e9367]338$labels['sortasc'] = 'Sort ascending';
[e1a3f0c]339$labels['sortdesc'] = 'Sort descending';
[56cf503]340$labels['B'] = 'B';
341$labels['KB'] = 'KB';
342$labels['MB'] = 'MB';
343$labels['GB'] = 'GB';
[1163db9]344$labels['unicode'] = 'Unicode';
345$labels['english'] = 'English';
346$labels['westerneuropean'] = 'Western European';
347$labels['easterneuropean'] = 'Eastern European';
348$labels['southeasterneuropean'] = 'South-Eastern European';
349$labels['baltic'] = 'Baltic';
350$labels['cyrillic'] = 'Cyrillic';
351$labels['arabic'] = 'Arabic';
352$labels['greek'] = 'Greek';
353$labels['hebrew'] = 'Hebrew';
354$labels['turkish'] = 'Turkish';
355$labels['nordic'] = 'Nordic';
356$labels['thai'] = 'Thai';
357$labels['celtic'] = 'Celtic';
358$labels['vietnamese'] = 'Vietnamese';
359$labels['japanese'] = 'Japanese';
360$labels['korean'] = 'Korean';
361$labels['chinese'] = 'Chinese';
[e66f5b4]362
[3e91f08]363?>
Note: See TracBrowser for help on using the repository browser.