Mercurial > hg > rc2
comparison program/localization/en_CA/labels.inc @ 0:4681f974d28b
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:52:31 -0500 |
parents | |
children | 6c5d8a539d98 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4681f974d28b |
---|---|
1 <?php | |
2 | |
3 /* | |
4 +-----------------------------------------------------------------------+ | |
5 | localization/<lang>/labels.inc | | |
6 | | | |
7 | Localization file of the Roundcube Webmail client | | |
8 | Copyright (C) 2005-2015, The Roundcube Dev Team | | |
9 | | | |
10 | Licensed under the GNU General Public License version 3 or | | |
11 | any later version with exceptions for skins & plugins. | | |
12 | See the README file for a full license statement. | | |
13 | | | |
14 +-----------------------------------------------------------------------+ | |
15 | |
16 For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ | |
17 */ | |
18 $labels['welcome'] = 'Welcome to $product'; | |
19 $labels['username'] = 'Username'; | |
20 $labels['password'] = 'Password'; | |
21 $labels['server'] = 'Server'; | |
22 $labels['login'] = 'Login'; | |
23 $labels['logout'] = 'Logout'; | |
24 $labels['mail'] = 'Mail'; | |
25 $labels['settings'] = 'Settings'; | |
26 $labels['addressbook'] = 'Address Book'; | |
27 $labels['inbox'] = 'Inbox'; | |
28 $labels['drafts'] = 'Drafts'; | |
29 $labels['sent'] = 'Sent'; | |
30 $labels['trash'] = 'Trash'; | |
31 $labels['junk'] = 'Junk'; | |
32 $labels['show_real_foldernames'] = 'Show real names for special folders'; | |
33 $labels['subject'] = 'Subject'; | |
34 $labels['from'] = 'From'; | |
35 $labels['sender'] = 'Sender'; | |
36 $labels['to'] = 'To'; | |
37 $labels['cc'] = 'Cc'; | |
38 $labels['bcc'] = 'Bcc'; | |
39 $labels['replyto'] = 'Reply-To'; | |
40 $labels['followupto'] = 'Followup-To'; | |
41 $labels['date'] = 'Date'; | |
42 $labels['size'] = 'Size'; | |
43 $labels['priority'] = 'Priority'; | |
44 $labels['organization'] = 'Organization'; | |
45 $labels['readstatus'] = 'Read status'; | |
46 $labels['listoptions'] = 'List options...'; | |
47 $labels['mailboxlist'] = 'Folders'; | |
48 $labels['messagesfromto'] = 'Messages $from to $to of $count'; | |
49 $labels['threadsfromto'] = 'Threads $from to $to of $count'; | |
50 $labels['messagenrof'] = 'Message $nr of $count'; | |
51 $labels['fromtoshort'] = '$from – $to of $count'; | |
52 $labels['copy'] = 'Copy'; | |
53 $labels['move'] = 'Move'; | |
54 $labels['moveto'] = 'Move to...'; | |
55 $labels['copyto'] = 'Copy to...'; | |
56 $labels['download'] = 'Download'; | |
57 $labels['open'] = 'Open'; | |
58 $labels['showattachment'] = 'Show'; | |
59 $labels['showanyway'] = 'Show it anyway'; | |
60 $labels['filename'] = 'File name'; | |
61 $labels['filesize'] = 'File size'; | |
62 $labels['addtoaddressbook'] = 'Add to address book'; | |
63 $labels['sun'] = 'Sun'; | |
64 $labels['mon'] = 'Mon'; | |
65 $labels['tue'] = 'Tue'; | |
66 $labels['wed'] = 'Wed'; | |
67 $labels['thu'] = 'Thu'; | |
68 $labels['fri'] = 'Fri'; | |
69 $labels['sat'] = 'Sat'; | |
70 $labels['sunday'] = 'Sunday'; | |
71 $labels['monday'] = 'Monday'; | |
72 $labels['tuesday'] = 'Tuesday'; | |
73 $labels['wednesday'] = 'Wednesday'; | |
74 $labels['thursday'] = 'Thursday'; | |
75 $labels['friday'] = 'Friday'; | |
76 $labels['saturday'] = 'Saturday'; | |
77 $labels['jan'] = 'Jan'; | |
78 $labels['feb'] = 'Feb'; | |
79 $labels['mar'] = 'Mar'; | |
80 $labels['apr'] = 'Apr'; | |
81 $labels['may'] = 'May'; | |
82 $labels['jun'] = 'Jun'; | |
83 $labels['jul'] = 'Jul'; | |
84 $labels['aug'] = 'Aug'; | |
85 $labels['sep'] = 'Sep'; | |
86 $labels['oct'] = 'Oct'; | |
87 $labels['nov'] = 'Nov'; | |
88 $labels['dec'] = 'Dec'; | |
89 $labels['longjan'] = 'January'; | |
90 $labels['longfeb'] = 'February'; | |
91 $labels['longmar'] = 'March'; | |
92 $labels['longapr'] = 'April'; | |
93 $labels['longmay'] = 'May'; | |
94 $labels['longjun'] = 'June'; | |
95 $labels['longjul'] = 'July'; | |
96 $labels['longaug'] = 'August'; | |
97 $labels['longsep'] = 'September'; | |
98 $labels['longoct'] = 'October'; | |
99 $labels['longnov'] = 'November'; | |
100 $labels['longdec'] = 'December'; | |
101 $labels['today'] = 'Today'; | |
102 $labels['refresh'] = 'Refresh'; | |
103 $labels['checkmail'] = 'Check for new messages'; | |
104 $labels['compose'] = 'Compose'; | |
105 $labels['writenewmessage'] = 'Create a new message'; | |
106 $labels['reply'] = 'Reply'; | |
107 $labels['replytomessage'] = 'Reply to sender'; | |
108 $labels['replytoallmessage'] = 'Reply to list or to sender and all recipients'; | |
109 $labels['replyall'] = 'Reply all'; | |
110 $labels['replylist'] = 'Reply list'; | |
111 $labels['forward'] = 'Forward'; | |
112 $labels['forwardinline'] = 'Forward inline'; | |
113 $labels['forwardattachment'] = 'Forward as attachment'; | |
114 $labels['forwardmessage'] = 'Forward the message'; | |
115 $labels['deletemessage'] = 'Delete message'; | |
116 $labels['movemessagetotrash'] = 'Move message to trash'; | |
117 $labels['printmessage'] = 'Print this message'; | |
118 $labels['previousmessage'] = 'Show previous message'; | |
119 $labels['firstmessage'] = 'Show first message'; | |
120 $labels['nextmessage'] = 'Show next message'; | |
121 $labels['lastmessage'] = 'Show last message'; | |
122 $labels['backtolist'] = 'Back to message list'; | |
123 $labels['viewsource'] = 'Show source'; | |
124 $labels['mark'] = 'Mark'; | |
125 $labels['markmessages'] = 'Mark messages'; | |
126 $labels['markread'] = 'As read'; | |
127 $labels['markunread'] = 'As unread'; | |
128 $labels['markflagged'] = 'As flagged'; | |
129 $labels['markunflagged'] = 'As unflagged'; | |
130 $labels['moreactions'] = 'More actions...'; | |
131 $labels['more'] = 'More'; | |
132 $labels['back'] = 'Back'; | |
133 $labels['options'] = 'Options'; | |
134 $labels['select'] = 'Select'; | |
135 $labels['all'] = 'All'; | |
136 $labels['none'] = 'None'; | |
137 $labels['currpage'] = 'Current page'; | |
138 $labels['unread'] = 'Unread'; | |
139 $labels['flagged'] = 'Flagged'; | |
140 $labels['unanswered'] = 'Unanswered'; | |
141 $labels['withattachment'] = 'With attachment'; | |
142 $labels['deleted'] = 'Deleted'; | |
143 $labels['undeleted'] = 'Not deleted'; | |
144 $labels['invert'] = 'Invert'; | |
145 $labels['filter'] = 'Filter'; | |
146 $labels['list'] = 'List'; | |
147 $labels['threads'] = 'Threads'; | |
148 $labels['expand-all'] = 'Expand All'; | |
149 $labels['expand-unread'] = 'Expand Unread'; | |
150 $labels['collapse-all'] = 'Collapse All'; | |
151 $labels['threaded'] = 'Threaded'; | |
152 $labels['autoexpand_threads'] = 'Expand message threads'; | |
153 $labels['do_expand'] = 'all threads'; | |
154 $labels['expand_only_unread'] = 'only with unread messages'; | |
155 $labels['fromto'] = 'From/To'; | |
156 $labels['flag'] = 'Flag'; | |
157 $labels['attachment'] = 'Attachment'; | |
158 $labels['nonesort'] = 'None'; | |
159 $labels['sentdate'] = 'Sent date'; | |
160 $labels['arrival'] = 'Arrival date'; | |
161 $labels['asc'] = 'ascending'; | |
162 $labels['desc'] = 'descending'; | |
163 $labels['listcolumns'] = 'List columns'; | |
164 $labels['listsorting'] = 'Sorting column'; | |
165 $labels['listorder'] = 'Sorting order'; | |
166 $labels['listmode'] = 'List view mode'; | |
167 $labels['folderactions'] = 'Folder actions...'; | |
168 $labels['compact'] = 'Compact'; | |
169 $labels['empty'] = 'Empty'; | |
170 $labels['importmessages'] = 'Import messages'; | |
171 $labels['quota'] = 'Disk usage'; | |
172 $labels['unknown'] = 'unknown'; | |
173 $labels['unlimited'] = 'unlimited'; | |
174 $labels['quicksearch'] = 'Quick search'; | |
175 $labels['resetsearch'] = 'Reset search'; | |
176 $labels['searchmod'] = 'Search modifiers'; | |
177 $labels['msgtext'] = 'Entire message'; | |
178 $labels['body'] = 'Body'; | |
179 $labels['type'] = 'Type'; | |
180 $labels['namex'] = 'Name'; | |
181 $labels['searchscope'] = 'Scope'; | |
182 $labels['currentfolder'] = 'Current folder'; | |
183 $labels['subfolders'] = 'This and subfolders'; | |
184 $labels['allfolders'] = 'All folders'; | |
185 $labels['openinextwin'] = 'Open in new window'; | |
186 $labels['emlsave'] = 'Download (.eml)'; | |
187 $labels['changeformattext'] = 'Display in plain text format'; | |
188 $labels['changeformathtml'] = 'Display in HTML format'; | |
189 $labels['editasnew'] = 'Edit as new'; | |
190 $labels['send'] = 'Send'; | |
191 $labels['sendmessage'] = 'Send message'; | |
192 $labels['savemessage'] = 'Save as draft'; | |
193 $labels['addattachment'] = 'Attach a file'; | |
194 $labels['charset'] = 'Charset'; | |
195 $labels['editortype'] = 'Editor type'; | |
196 $labels['returnreceipt'] = 'Return receipt'; | |
197 $labels['dsn'] = 'Delivery status notification'; | |
198 $labels['mailreplyintro'] = 'On $date, $sender wrote:'; | |
199 $labels['originalmessage'] = 'Original Message'; | |
200 $labels['editidents'] = 'Edit identities'; | |
201 $labels['spellcheck'] = 'Spell'; | |
202 $labels['checkspelling'] = 'Check spelling'; | |
203 $labels['resumeediting'] = 'Resume editing'; | |
204 $labels['revertto'] = 'Revert to'; | |
205 $labels['restore'] = 'Restore'; | |
206 $labels['restoremessage'] = 'Restore message?'; | |
207 $labels['responses'] = 'Responses'; | |
208 $labels['insertresponse'] = 'Insert a response'; | |
209 $labels['manageresponses'] = 'Manage responses'; | |
210 $labels['editresponse'] = 'Edit response'; | |
211 $labels['editresponses'] = 'Edit responses'; | |
212 $labels['responsename'] = 'Name'; | |
213 $labels['responsetext'] = 'Response Text'; | |
214 $labels['attach'] = 'Attach'; | |
215 $labels['attachments'] = 'Attachments'; | |
216 $labels['upload'] = 'Upload'; | |
217 $labels['close'] = 'Close'; | |
218 $labels['messageoptions'] = 'Message options...'; | |
219 $labels['low'] = 'Low'; | |
220 $labels['lowest'] = 'Lowest'; | |
221 $labels['normal'] = 'Normal'; | |
222 $labels['high'] = 'High'; | |
223 $labels['highest'] = 'Highest'; | |
224 $labels['nosubject'] = '(no subject)'; | |
225 $labels['showimages'] = 'Display images'; | |
226 $labels['alwaysshow'] = 'Always show images from $sender'; | |
227 $labels['isdraft'] = 'This is a draft message.'; | |
228 $labels['andnmore'] = '$nr more...'; | |
229 $labels['togglemoreheaders'] = 'Show more message headers'; | |
230 $labels['togglefullheaders'] = 'Toggle raw message headers'; | |
231 $labels['htmltoggle'] = 'HTML'; | |
232 $labels['plaintoggle'] = 'Plain text'; | |
233 $labels['savesentmessagein'] = 'Save sent message in'; | |
234 $labels['dontsave'] = 'don\'t save'; | |
235 $labels['maxuploadsize'] = 'Maximum allowed file size is $size'; | |
236 $labels['addcc'] = 'Add Cc'; | |
237 $labels['addbcc'] = 'Add Bcc'; | |
238 $labels['addreplyto'] = 'Add Reply-To'; | |
239 $labels['addfollowupto'] = 'Add Followup-To'; | |
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 $labels['name'] = 'Display Name'; | |
245 $labels['firstname'] = 'First Name'; | |
246 $labels['surname'] = 'Last Name'; | |
247 $labels['middlename'] = 'Middle Name'; | |
248 $labels['nameprefix'] = 'Prefix'; | |
249 $labels['namesuffix'] = 'Suffix'; | |
250 $labels['nickname'] = 'Nickname'; | |
251 $labels['jobtitle'] = 'Job Title'; | |
252 $labels['department'] = 'Department'; | |
253 $labels['gender'] = 'Gender'; | |
254 $labels['maidenname'] = 'Maiden Name'; | |
255 $labels['email'] = 'Email'; | |
256 $labels['phone'] = 'Phone'; | |
257 $labels['address'] = 'Address'; | |
258 $labels['street'] = 'Street'; | |
259 $labels['locality'] = 'City'; | |
260 $labels['zipcode'] = 'Postal Code'; | |
261 $labels['region'] = 'Province'; | |
262 $labels['country'] = 'Country'; | |
263 $labels['birthday'] = 'Birthday'; | |
264 $labels['anniversary'] = 'Anniversary'; | |
265 $labels['website'] = 'Website'; | |
266 $labels['instantmessenger'] = 'IM'; | |
267 $labels['notes'] = 'Notes'; | |
268 $labels['male'] = 'male'; | |
269 $labels['female'] = 'female'; | |
270 $labels['manager'] = 'Manager'; | |
271 $labels['assistant'] = 'Assistant'; | |
272 $labels['spouse'] = 'Spouse'; | |
273 $labels['allfields'] = 'All fields'; | |
274 $labels['search'] = 'Search'; | |
275 $labels['advsearch'] = 'Advanced Search'; | |
276 $labels['advanced'] = 'Advanced'; | |
277 $labels['other'] = 'Other'; | |
278 $labels['typehome'] = 'Home'; | |
279 $labels['typework'] = 'Work'; | |
280 $labels['typeother'] = 'Other'; | |
281 $labels['typemobile'] = 'Mobile'; | |
282 $labels['typemain'] = 'Main'; | |
283 $labels['typehomefax'] = 'Home Fax'; | |
284 $labels['typeworkfax'] = 'Work Fax'; | |
285 $labels['typecar'] = 'Car'; | |
286 $labels['typepager'] = 'Pager'; | |
287 $labels['typevideo'] = 'Video'; | |
288 $labels['typeassistant'] = 'Assistant'; | |
289 $labels['typehomepage'] = 'Home Page'; | |
290 $labels['typeblog'] = 'Blog'; | |
291 $labels['typeprofile'] = 'Profile'; | |
292 $labels['addfield'] = 'Add field...'; | |
293 $labels['editcontact'] = 'Edit contact'; | |
294 $labels['contacts'] = 'Contacts'; | |
295 $labels['contactproperties'] = 'Contact properties'; | |
296 $labels['personalinfo'] = 'Personal information'; | |
297 $labels['edit'] = 'Edit'; | |
298 $labels['cancel'] = 'Cancel'; | |
299 $labels['save'] = 'Save'; | |
300 $labels['delete'] = 'Delete'; | |
301 $labels['rename'] = 'Rename'; | |
302 $labels['addphoto'] = 'Add'; | |
303 $labels['replacephoto'] = 'Replace'; | |
304 $labels['uploadphoto'] = 'Upload photo'; | |
305 $labels['deletecontact'] = 'Delete selected contacts'; | |
306 $labels['composeto'] = 'Compose mail to'; | |
307 $labels['contactsfromto'] = 'Contacts $from to $to of $count'; | |
308 $labels['print'] = 'Print'; | |
309 $labels['export'] = 'Export'; | |
310 $labels['exportall'] = 'Export all'; | |
311 $labels['exportsel'] = 'Export selected'; | |
312 $labels['exportvcards'] = 'Export contacts in vCard format'; | |
313 $labels['grouprename'] = 'Rename group'; | |
314 $labels['groupdelete'] = 'Delete group'; | |
315 $labels['groupremoveselected'] = 'Remove selected contacts from group'; | |
316 $labels['previouspage'] = 'Show previous page'; | |
317 $labels['firstpage'] = 'Show first page'; | |
318 $labels['nextpage'] = 'Show next page'; | |
319 $labels['lastpage'] = 'Show last page'; | |
320 $labels['group'] = 'Group'; | |
321 $labels['groups'] = 'Groups'; | |
322 $labels['listgroup'] = 'List group members'; | |
323 $labels['personaladrbook'] = 'Personal Addresses'; | |
324 $labels['searchsave'] = 'Save search'; | |
325 $labels['searchdelete'] = 'Delete search'; | |
326 $labels['import'] = 'Import'; | |
327 $labels['importcontacts'] = 'Import contacts'; | |
328 $labels['importfromfile'] = 'Import from file:'; | |
329 $labels['importtarget'] = 'Add contacts to'; | |
330 $labels['importreplace'] = 'Replace the entire address book'; | |
331 $labels['importgroups'] = 'Import group assignments'; | |
332 $labels['importgroupsall'] = 'All (create groups if necessary)'; | |
333 $labels['importgroupsexisting'] = 'Only for existing groups'; | |
334 $labels['importdesc'] = '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> or CSV (comma-separated) data format.'; | |
335 $labels['done'] = 'Done'; | |
336 $labels['settingsfor'] = 'Settings for'; | |
337 $labels['about'] = 'About'; | |
338 $labels['preferences'] = 'Preferences'; | |
339 $labels['userpreferences'] = 'User preferences'; | |
340 $labels['editpreferences'] = 'Edit user preferences'; | |
341 $labels['identities'] = 'Identities'; | |
342 $labels['preferhtml'] = 'Display HTML'; | |
343 $labels['defaultcharset'] = 'Default Character Set'; | |
344 $labels['htmlmessage'] = 'HTML Message'; | |
345 $labels['messagepart'] = 'Part'; | |
346 $labels['digitalsig'] = 'Digital Signature'; | |
347 $labels['dateformat'] = 'Date format'; | |
348 $labels['timeformat'] = 'Time format'; | |
349 $labels['prettydate'] = 'Pretty dates'; | |
350 $labels['setdefault'] = 'Set default'; | |
351 $labels['autodetect'] = 'Auto'; | |
352 $labels['language'] = 'Language'; | |
353 $labels['timezone'] = 'Time zone'; | |
354 $labels['pagesize'] = 'Rows per page'; | |
355 $labels['signature'] = 'Signature'; | |
356 $labels['dstactive'] = 'Daylight saving time'; | |
357 $labels['showinextwin'] = 'Open message in a new window'; | |
358 $labels['composeextwin'] = 'Compose in a new window'; | |
359 $labels['htmleditor'] = 'Compose HTML messages'; | |
360 $labels['htmlonreply'] = 'on reply to HTML message'; | |
361 $labels['htmlonreplyandforward'] = 'on forward or reply to HTML message'; | |
362 $labels['htmlsignature'] = 'HTML signature'; | |
363 $labels['showemail'] = 'Show email address with display name'; | |
364 $labels['previewpane'] = 'Show preview pane'; | |
365 $labels['skin'] = 'Interface skin'; | |
366 $labels['logoutclear'] = 'Clear Trash on logout'; | |
367 $labels['logoutcompact'] = 'Compact Inbox on logout'; | |
368 $labels['uisettings'] = 'User Interface'; | |
369 $labels['serversettings'] = 'Server Settings'; | |
370 $labels['mailboxview'] = 'Mailbox View'; | |
371 $labels['mdnrequests'] = 'On request for return receipt'; | |
372 $labels['askuser'] = 'ask me'; | |
373 $labels['autosend'] = 'send receipt'; | |
374 $labels['autosendknown'] = 'send receipt to my contacts, otherwise ask me'; | |
375 $labels['autosendknownignore'] = 'send receipt to my contacts, otherwise ignore'; | |
376 $labels['readwhendeleted'] = 'Mark the message as read on delete'; | |
377 $labels['flagfordeletion'] = 'Flag the message for deletion instead of delete'; | |
378 $labels['skipdeleted'] = 'Do not show deleted messages'; | |
379 $labels['deletealways'] = 'If moving messages to Trash fails, delete them'; | |
380 $labels['deletejunk'] = 'Directly delete messages in Junk'; | |
381 $labels['showremoteimages'] = 'Display remote inline images'; | |
382 $labels['fromknownsenders'] = 'from known senders'; | |
383 $labels['always'] = 'always'; | |
384 $labels['showinlineimages'] = 'Display attached images below the message'; | |
385 $labels['autosavedraft'] = 'Automatically save draft'; | |
386 $labels['everynminutes'] = 'every $n minute(s)'; | |
387 $labels['refreshinterval'] = 'Refresh (check for new messages, etc.)'; | |
388 $labels['never'] = 'never'; | |
389 $labels['immediately'] = 'immediately'; | |
390 $labels['messagesdisplaying'] = 'Displaying Messages'; | |
391 $labels['messagescomposition'] = 'Composing Messages'; | |
392 $labels['mimeparamfolding'] = 'Attachment names'; | |
393 $labels['2231folding'] = 'Full RFC 2231 (Thunderbird)'; | |
394 $labels['miscfolding'] = 'RFC 2047/2231 (MS Outlook)'; | |
395 $labels['2047folding'] = 'Full RFC 2047 (other)'; | |
396 $labels['force7bit'] = 'Use MIME encoding for 8-bit characters'; | |
397 $labels['advancedoptions'] = 'Advanced options'; | |
398 $labels['focusonnewmessage'] = 'Focus browser window on new message'; | |
399 $labels['checkallfolders'] = 'Check all folders for new messages'; | |
400 $labels['displaynext'] = 'After message delete/move display the next message'; | |
401 $labels['defaultfont'] = 'Default font of HTML message'; | |
402 $labels['mainoptions'] = 'Main Options'; | |
403 $labels['browseroptions'] = 'Browser Options'; | |
404 $labels['section'] = 'Section'; | |
405 $labels['maintenance'] = 'Maintenance'; | |
406 $labels['newmessage'] = 'New Message'; | |
407 $labels['signatureoptions'] = 'Signature Options'; | |
408 $labels['whenreplying'] = 'When replying'; | |
409 $labels['replyempty'] = 'do not quote the original message'; | |
410 $labels['replytopposting'] = 'start new message above the quote'; | |
411 $labels['replybottomposting'] = 'start new message below the quote'; | |
412 $labels['replyremovesignature'] = 'When replying remove original signature from message'; | |
413 $labels['autoaddsignature'] = 'Automatically add signature'; | |
414 $labels['newmessageonly'] = 'new message only'; | |
415 $labels['replyandforwardonly'] = 'replies and forwards only'; | |
416 $labels['insertsignature'] = 'Insert signature'; | |
417 $labels['afternseconds'] = 'after $n seconds'; | |
418 $labels['reqmdn'] = 'Always request a return receipt'; | |
419 $labels['reqdsn'] = 'Always request a delivery status notification'; | |
420 $labels['replysamefolder'] = 'Place replies in the folder of the message being replied to'; | |
421 $labels['defaultabook'] = 'Default address book'; | |
422 $labels['autocompletesingle'] = 'Skip alternative email addresses in autocompletion'; | |
423 $labels['listnamedisplay'] = 'List contacts as'; | |
424 $labels['spellcheckbeforesend'] = 'Check spelling before sending a message'; | |
425 $labels['spellcheckoptions'] = 'Spellcheck Options'; | |
426 $labels['spellcheckignoresyms'] = 'Ignore words with symbols'; | |
427 $labels['spellcheckignorenums'] = 'Ignore words with numbers'; | |
428 $labels['spellcheckignorecaps'] = 'Ignore words with all letters capitalized'; | |
429 $labels['addtodict'] = 'Add to dictionary'; | |
430 $labels['mailtoprotohandler'] = 'Register protocol handler for mailto: links'; | |
431 $labels['standardwindows'] = 'Handle popups as standard windows'; | |
432 $labels['forwardmode'] = 'Messages forwarding'; | |
433 $labels['inline'] = 'inline'; | |
434 $labels['asattachment'] = 'as attachment'; | |
435 $labels['replyallmode'] = 'Default action of [Reply all] button'; | |
436 $labels['replyalldefault'] = 'reply to all'; | |
437 $labels['replyalllist'] = 'reply to mailing list only (if found)'; | |
438 $labels['folder'] = 'Folder'; | |
439 $labels['folders'] = 'Folders'; | |
440 $labels['foldername'] = 'Folder name'; | |
441 $labels['subscribed'] = 'Subscribed'; | |
442 $labels['messagecount'] = 'Messages'; | |
443 $labels['create'] = 'Create'; | |
444 $labels['createfolder'] = 'Create new folder'; | |
445 $labels['managefolders'] = 'Manage folders'; | |
446 $labels['specialfolders'] = 'Special Folders'; | |
447 $labels['properties'] = 'Properties'; | |
448 $labels['folderproperties'] = 'Folder properties'; | |
449 $labels['parentfolder'] = 'Parent folder'; | |
450 $labels['location'] = 'Location'; | |
451 $labels['info'] = 'Information'; | |
452 $labels['getfoldersize'] = 'Click to get folder size'; | |
453 $labels['changesubscription'] = 'Click to change subscription'; | |
454 $labels['foldertype'] = 'Folder Type'; | |
455 $labels['personalfolder'] = 'Private Folder'; | |
456 $labels['otherfolder'] = 'Other User\'s Folder'; | |
457 $labels['sharedfolder'] = 'Public Folder'; | |
458 $labels['sortby'] = 'Sort by'; | |
459 $labels['sortasc'] = 'Sort ascending'; | |
460 $labels['sortdesc'] = 'Sort descending'; | |
461 $labels['undo'] = 'Undo'; | |
462 $labels['installedplugins'] = 'Installed plugins'; | |
463 $labels['plugin'] = 'Plugin'; | |
464 $labels['version'] = 'Version'; | |
465 $labels['source'] = 'Source'; | |
466 $labels['license'] = 'License'; | |
467 $labels['support'] = 'Get support'; | |
468 $labels['B'] = 'B'; | |
469 $labels['KB'] = 'KB'; | |
470 $labels['MB'] = 'MB'; | |
471 $labels['GB'] = 'GB'; | |
472 $labels['unicode'] = 'Unicode'; | |
473 $labels['english'] = 'English'; | |
474 $labels['westerneuropean'] = 'Western European'; | |
475 $labels['easterneuropean'] = 'Eastern European'; | |
476 $labels['southeasterneuropean'] = 'South-Eastern European'; | |
477 $labels['baltic'] = 'Baltic'; | |
478 $labels['cyrillic'] = 'Cyrillic'; | |
479 $labels['arabic'] = 'Arabic'; | |
480 $labels['greek'] = 'Greek'; | |
481 $labels['hebrew'] = 'Hebrew'; | |
482 $labels['turkish'] = 'Turkish'; | |
483 $labels['nordic'] = 'Nordic'; | |
484 $labels['thai'] = 'Thai'; | |
485 $labels['celtic'] = 'Celtic'; | |
486 $labels['vietnamese'] = 'Vietnamese'; | |
487 $labels['japanese'] = 'Japanese'; | |
488 $labels['korean'] = 'Korean'; | |
489 $labels['chinese'] = 'Chinese'; | |
490 ?> |