Mercurial > hg > rc2
comparison program/localization/en_US/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 | |
19 $labels = array(); | |
20 | |
21 // login page | |
22 $labels['welcome'] = 'Welcome to $product'; | |
23 $labels['username'] = 'Username'; | |
24 $labels['password'] = 'Password'; | |
25 $labels['server'] = 'Server'; | |
26 $labels['login'] = 'Login'; | |
27 | |
28 // taskbar | |
29 $labels['logout'] = 'Logout'; | |
30 $labels['mail'] = 'Mail'; | |
31 $labels['settings'] = 'Settings'; | |
32 $labels['addressbook'] = 'Address Book'; | |
33 | |
34 // mailbox names | |
35 $labels['inbox'] = 'Inbox'; | |
36 $labels['drafts'] = 'Drafts'; | |
37 $labels['sent'] = 'Sent'; | |
38 $labels['trash'] = 'Trash'; | |
39 $labels['junk'] = 'Junk'; | |
40 $labels['show_real_foldernames'] = 'Show real names for special folders'; | |
41 | |
42 // message listing | |
43 $labels['subject'] = 'Subject'; | |
44 $labels['from'] = 'From'; | |
45 $labels['sender'] = 'Sender'; | |
46 $labels['to'] = 'To'; | |
47 $labels['cc'] = 'Cc'; | |
48 $labels['bcc'] = 'Bcc'; | |
49 $labels['replyto'] = 'Reply-To'; | |
50 $labels['followupto'] = 'Followup-To'; | |
51 $labels['date'] = 'Date'; | |
52 $labels['size'] = 'Size'; | |
53 $labels['priority'] = 'Priority'; | |
54 $labels['organization'] = 'Organization'; | |
55 $labels['readstatus'] = 'Read status'; | |
56 $labels['listoptions'] = 'List options...'; | |
57 | |
58 $labels['mailboxlist'] = 'Folders'; | |
59 $labels['messagesfromto'] = 'Messages $from to $to of $count'; | |
60 $labels['threadsfromto'] = 'Threads $from to $to of $count'; | |
61 $labels['messagenrof'] = 'Message $nr of $count'; | |
62 $labels['fromtoshort'] = '$from – $to of $count'; | |
63 | |
64 $labels['copy'] = 'Copy'; | |
65 $labels['move'] = 'Move'; | |
66 $labels['moveto'] = 'Move to...'; | |
67 $labels['copyto'] = 'Copy to...'; | |
68 $labels['download'] = 'Download'; | |
69 $labels['open'] = 'Open'; | |
70 $labels['showattachment'] = 'Show'; | |
71 $labels['showanyway'] = 'Show it anyway'; | |
72 | |
73 $labels['filename'] = 'File name'; | |
74 $labels['filesize'] = 'File size'; | |
75 | |
76 $labels['addtoaddressbook'] = 'Add to address book'; | |
77 | |
78 // weekdays short | |
79 $labels['sun'] = 'Sun'; | |
80 $labels['mon'] = 'Mon'; | |
81 $labels['tue'] = 'Tue'; | |
82 $labels['wed'] = 'Wed'; | |
83 $labels['thu'] = 'Thu'; | |
84 $labels['fri'] = 'Fri'; | |
85 $labels['sat'] = 'Sat'; | |
86 | |
87 // weekdays long | |
88 $labels['sunday'] = 'Sunday'; | |
89 $labels['monday'] = 'Monday'; | |
90 $labels['tuesday'] = 'Tuesday'; | |
91 $labels['wednesday'] = 'Wednesday'; | |
92 $labels['thursday'] = 'Thursday'; | |
93 $labels['friday'] = 'Friday'; | |
94 $labels['saturday'] = 'Saturday'; | |
95 | |
96 // months short | |
97 $labels['jan'] = 'Jan'; | |
98 $labels['feb'] = 'Feb'; | |
99 $labels['mar'] = 'Mar'; | |
100 $labels['apr'] = 'Apr'; | |
101 $labels['may'] = 'May'; | |
102 $labels['jun'] = 'Jun'; | |
103 $labels['jul'] = 'Jul'; | |
104 $labels['aug'] = 'Aug'; | |
105 $labels['sep'] = 'Sep'; | |
106 $labels['oct'] = 'Oct'; | |
107 $labels['nov'] = 'Nov'; | |
108 $labels['dec'] = 'Dec'; | |
109 | |
110 // months long | |
111 $labels['longjan'] = 'January'; | |
112 $labels['longfeb'] = 'February'; | |
113 $labels['longmar'] = 'March'; | |
114 $labels['longapr'] = 'April'; | |
115 $labels['longmay'] = 'May'; | |
116 $labels['longjun'] = 'June'; | |
117 $labels['longjul'] = 'July'; | |
118 $labels['longaug'] = 'August'; | |
119 $labels['longsep'] = 'September'; | |
120 $labels['longoct'] = 'October'; | |
121 $labels['longnov'] = 'November'; | |
122 $labels['longdec'] = 'December'; | |
123 | |
124 $labels['today'] = 'Today'; | |
125 | |
126 // toolbar buttons | |
127 $labels['refresh'] = 'Refresh'; | |
128 $labels['checkmail'] = 'Check for new messages'; | |
129 $labels['compose'] = 'Compose'; | |
130 $labels['writenewmessage'] = 'Create a new message'; | |
131 $labels['reply'] = 'Reply'; | |
132 $labels['replytomessage'] = 'Reply to sender'; | |
133 $labels['replytoallmessage'] = 'Reply to list or to sender and all recipients'; | |
134 $labels['replyall'] = 'Reply all'; | |
135 $labels['replylist'] = 'Reply list'; | |
136 $labels['forward'] = 'Forward'; | |
137 $labels['forwardinline'] = 'Forward inline'; | |
138 $labels['forwardattachment'] = 'Forward as attachment'; | |
139 $labels['forwardmessage'] = 'Forward the message'; | |
140 $labels['deletemessage'] = 'Delete message'; | |
141 $labels['movemessagetotrash'] = 'Move message to trash'; | |
142 $labels['printmessage'] = 'Print this message'; | |
143 $labels['previousmessage'] = 'Show previous message'; | |
144 $labels['firstmessage'] = 'Show first message'; | |
145 $labels['nextmessage'] = 'Show next message'; | |
146 $labels['lastmessage'] = 'Show last message'; | |
147 $labels['backtolist'] = 'Back to message list'; | |
148 $labels['viewsource'] = 'Show source'; | |
149 $labels['mark'] = 'Mark'; | |
150 $labels['markmessages'] = 'Mark messages'; | |
151 $labels['markread'] = 'As read'; | |
152 $labels['markunread'] = 'As unread'; | |
153 $labels['markflagged'] = 'As flagged'; | |
154 $labels['markunflagged'] = 'As unflagged'; | |
155 $labels['moreactions'] = 'More actions...'; | |
156 $labels['markallread'] = 'Mark all as read'; | |
157 $labels['folders-cur'] = 'Selected folder only'; | |
158 $labels['folders-sub'] = 'Selected folder and its subfolders'; | |
159 $labels['folders-all'] = 'All folders'; | |
160 $labels['more'] = 'More'; | |
161 $labels['back'] = 'Back'; | |
162 $labels['options'] = 'Options'; | |
163 | |
164 $labels['first'] = 'First'; | |
165 $labels['last'] = 'Last'; | |
166 $labels['previous'] = 'Previous'; | |
167 $labels['next'] = 'Next'; | |
168 $labels['select'] = 'Select'; | |
169 $labels['all'] = 'All'; | |
170 $labels['none'] = 'None'; | |
171 $labels['currpage'] = 'Current page'; | |
172 $labels['isread'] = 'Read'; | |
173 $labels['unread'] = 'Unread'; | |
174 $labels['flagged'] = 'Flagged'; | |
175 $labels['unflagged'] = 'Not Flagged'; | |
176 $labels['unanswered'] = 'Unanswered'; | |
177 $labels['withattachment'] = 'With attachment'; | |
178 $labels['deleted'] = 'Deleted'; | |
179 $labels['undeleted'] = 'Not deleted'; | |
180 $labels['replied'] = 'Replied'; | |
181 $labels['forwarded'] = 'Forwarded'; | |
182 $labels['invert'] = 'Invert'; | |
183 $labels['filter'] = 'Filter'; | |
184 $labels['list'] = 'List'; | |
185 $labels['threads'] = 'Threads'; | |
186 $labels['expand-all'] = 'Expand All'; | |
187 $labels['expand-unread'] = 'Expand Unread'; | |
188 $labels['collapse-all'] = 'Collapse All'; | |
189 $labels['threaded'] = 'Threaded'; | |
190 | |
191 $labels['autoexpand_threads'] = 'Expand message threads'; | |
192 $labels['do_expand'] = 'all threads'; | |
193 $labels['expand_only_unread'] = 'only with unread messages'; | |
194 $labels['fromto'] = 'From/To'; | |
195 $labels['flag'] = 'Flag'; | |
196 $labels['attachment'] = 'Attachment'; | |
197 $labels['nonesort'] = 'None'; | |
198 $labels['sentdate'] = 'Sent date'; | |
199 $labels['arrival'] = 'Arrival date'; | |
200 $labels['asc'] = 'ascending'; | |
201 $labels['desc'] = 'descending'; | |
202 $labels['listcolumns'] = 'List columns'; | |
203 $labels['listsorting'] = 'Sorting column'; | |
204 $labels['listorder'] = 'Sorting order'; | |
205 $labels['listmode'] = 'List view mode'; | |
206 $labels['layout'] = 'Layout'; | |
207 $labels['layoutwidescreen'] = 'Widescreen'; | |
208 $labels['layoutdesktop'] = 'Desktop'; | |
209 $labels['layoutlist'] = 'List'; | |
210 $labels['layoutwidescreendesc'] = 'Widescreen (3-column view)'; | |
211 $labels['layoutdesktopdesc'] = 'Desktop (wide list and mail preview below)'; | |
212 $labels['layoutlistdesc'] = 'List (no mail preview)'; | |
213 | |
214 $labels['folderactions'] = 'Folder actions...'; | |
215 $labels['compact'] = 'Compact'; | |
216 $labels['empty'] = 'Empty'; | |
217 $labels['importmessages'] = 'Import messages'; | |
218 | |
219 $labels['quota'] = 'Disk usage'; | |
220 $labels['unknown'] = 'unknown'; | |
221 $labels['unlimited'] = 'unlimited'; | |
222 $labels['quotatype'] = 'Quota type'; | |
223 $labels['quotatotal'] = 'Limit'; | |
224 $labels['quotaused'] = 'Used'; | |
225 $labels['quotastorage'] = 'Disk space'; | |
226 $labels['quotamessage'] = 'Messages count'; | |
227 | |
228 $labels['quicksearch'] = 'Quick search'; | |
229 $labels['resetsearch'] = 'Reset search'; | |
230 $labels['searchmod'] = 'Search modifiers'; | |
231 $labels['msgtext'] = 'Entire message'; | |
232 $labels['body'] = 'Body'; | |
233 $labels['type'] = 'Type'; | |
234 $labels['namex'] = 'Name'; | |
235 $labels['searchscope'] = 'Scope'; | |
236 $labels['currentfolder'] = 'Current folder'; | |
237 $labels['subfolders'] = 'This and subfolders'; | |
238 $labels['allfolders'] = 'All folders'; | |
239 $labels['searchinterval-1W'] = 'older than a week'; | |
240 $labels['searchinterval-1M'] = 'older than a month'; | |
241 $labels['searchinterval-1Y'] = 'older than a year'; | |
242 $labels['searchinterval1W'] = 'younger than a week'; | |
243 $labels['searchinterval1M'] = 'younger than a month'; | |
244 $labels['searchinterval1Y'] = 'younger than a year'; | |
245 | |
246 $labels['openinextwin'] = 'Open in new window'; | |
247 $labels['emlsave'] = 'Download (.eml)'; | |
248 $labels['changeformattext'] = 'Display in plain text format'; | |
249 $labels['changeformathtml'] = 'Display in HTML format'; | |
250 | |
251 // message compose | |
252 $labels['editasnew'] = 'Edit as new'; | |
253 $labels['send'] = 'Send'; | |
254 $labels['sendmessage'] = 'Send message'; | |
255 $labels['savemessage'] = 'Save as draft'; | |
256 $labels['addattachment'] = 'Attach a file'; | |
257 $labels['charset'] = 'Charset'; | |
258 $labels['editortype'] = 'Editor type'; | |
259 $labels['returnreceipt'] = 'Return receipt'; | |
260 $labels['dsn'] = 'Delivery status notification'; | |
261 $labels['mailreplyintro'] = 'On $date, $sender wrote:'; | |
262 $labels['originalmessage'] = 'Original Message'; | |
263 $labels['selectimage'] = 'Select image'; | |
264 $labels['addimage'] = 'Add image'; | |
265 $labels['selectmedia'] = 'Select movie'; | |
266 $labels['addmedia'] = 'Add movie'; | |
267 $labels['encrypt'] = 'Encrypt'; | |
268 $labels['encryptmessage'] = 'Encrypt message'; | |
269 $labels['encryptmessagemailvelope'] = 'Encrypt message with Mailvelope'; | |
270 $labels['importpubkeys'] = 'Import public keys'; | |
271 $labels['encryptedsendialog'] = 'Sending encrypted message'; | |
272 $labels['keyid'] = 'Key ID'; | |
273 $labels['keylength'] = 'Bits'; | |
274 $labels['keyexpired'] = 'Expired'; | |
275 $labels['keyrevoked'] = 'Revoked'; | |
276 $labels['bccinstead'] = 'Use Bcc'; | |
277 | |
278 $labels['editidents'] = 'Edit identities'; | |
279 $labels['spellcheck'] = 'Spell'; | |
280 $labels['checkspelling'] = 'Check spelling'; | |
281 $labels['resumeediting'] = 'Resume editing'; | |
282 $labels['revertto'] = 'Revert to'; | |
283 | |
284 $labels['restore'] = 'Restore'; | |
285 $labels['restoremessage'] = 'Restore message?'; | |
286 $labels['ignore'] = 'Ignore'; | |
287 | |
288 $labels['responses'] = 'Responses'; | |
289 $labels['insertresponse'] = 'Insert a response'; | |
290 $labels['manageresponses'] = 'Manage responses'; | |
291 $labels['newresponse'] = 'Create new response'; | |
292 $labels['addresponse'] = 'Add response'; | |
293 $labels['editresponse'] = 'Edit response'; | |
294 $labels['editresponses'] = 'Edit responses'; | |
295 $labels['responsename'] = 'Name'; | |
296 $labels['responsetext'] = 'Response Text'; | |
297 | |
298 $labels['attach'] = 'Attach'; | |
299 $labels['attachments'] = 'Attachments'; | |
300 $labels['upload'] = 'Upload'; | |
301 $labels['uploadprogress'] = '$percent ($current of $total)'; | |
302 $labels['close'] = 'Close'; | |
303 $labels['messageoptions'] = 'Message options...'; | |
304 $labels['togglecomposeoptions'] = 'Toggle composition options'; | |
305 $labels['attachmentrename'] = 'Rename attachment'; | |
306 | |
307 $labels['low'] = 'Low'; | |
308 $labels['lowest'] = 'Lowest'; | |
309 $labels['normal'] = 'Normal'; | |
310 $labels['high'] = 'High'; | |
311 $labels['highest'] = 'Highest'; | |
312 | |
313 $labels['nosubject'] = '(no subject)'; | |
314 $labels['showimages'] = 'Display images'; | |
315 $labels['alwaysshow'] = 'Always show images from $sender'; | |
316 $labels['isdraft'] = 'This is a draft message.'; | |
317 $labels['andnmore'] = '$nr more...'; | |
318 $labels['togglemoreheaders'] = 'Show more message headers'; | |
319 $labels['togglefullheaders'] = 'Toggle raw message headers'; | |
320 | |
321 $labels['htmltoggle'] = 'HTML'; | |
322 $labels['plaintoggle'] = 'Plain text'; | |
323 $labels['savesentmessagein'] = 'Save sent message in'; | |
324 $labels['dontsave'] = 'don\'t save'; | |
325 $labels['maxuploadsize'] = 'Maximum allowed file size is $size'; | |
326 | |
327 $labels['addcc'] = 'Add Cc'; | |
328 $labels['addbcc'] = 'Add Bcc'; | |
329 $labels['addreplyto'] = 'Add Reply-To'; | |
330 $labels['addfollowupto'] = 'Add Followup-To'; | |
331 | |
332 // mdn | |
333 $labels['mdnrequest'] = 'The sender of this message has asked to be notified when you read this message. Do you wish to notify the sender?'; | |
334 $labels['receiptread'] = 'Return Receipt (read)'; | |
335 $labels['yourmessage'] = 'This is a Return Receipt for your message'; | |
336 $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.'; | |
337 | |
338 // address boook | |
339 $labels['name'] = 'Display Name'; | |
340 $labels['firstname'] = 'First Name'; | |
341 $labels['surname'] = 'Last Name'; | |
342 $labels['middlename'] = 'Middle Name'; | |
343 $labels['nameprefix'] = 'Prefix'; | |
344 $labels['namesuffix'] = 'Suffix'; | |
345 $labels['nickname'] = 'Nickname'; | |
346 $labels['jobtitle'] = 'Job Title'; | |
347 $labels['department'] = 'Department'; | |
348 $labels['gender'] = 'Gender'; | |
349 $labels['maidenname'] = 'Maiden Name'; | |
350 $labels['email'] = 'Email'; | |
351 $labels['phone'] = 'Phone'; | |
352 $labels['address'] = 'Address'; | |
353 $labels['street'] = 'Street'; | |
354 $labels['locality'] = 'City'; | |
355 $labels['zipcode'] = 'ZIP Code'; | |
356 $labels['region'] = 'State/Province'; | |
357 $labels['country'] = 'Country'; | |
358 $labels['birthday'] = 'Birthday'; | |
359 $labels['anniversary'] = 'Anniversary'; | |
360 $labels['website'] = 'Website'; | |
361 $labels['instantmessenger'] = 'IM'; | |
362 $labels['notes'] = 'Notes'; | |
363 $labels['male'] = 'male'; | |
364 $labels['female'] = 'female'; | |
365 $labels['manager'] = 'Manager'; | |
366 $labels['assistant'] = 'Assistant'; | |
367 $labels['spouse'] = 'Spouse'; | |
368 $labels['allfields'] = 'All fields'; | |
369 $labels['search'] = 'Search'; | |
370 $labels['searchresult'] = 'Search result'; | |
371 $labels['advsearch'] = 'Advanced Search'; | |
372 $labels['advanced'] = 'Advanced'; | |
373 $labels['other'] = 'Other'; | |
374 $labels['printcontact'] = 'Print contact'; | |
375 $labels['qrcode'] = 'QR Code'; | |
376 | |
377 $labels['typehome'] = 'Home'; | |
378 $labels['typework'] = 'Work'; | |
379 $labels['typeother'] = 'Other'; | |
380 $labels['typemobile'] = 'Mobile'; | |
381 $labels['typemain'] = 'Main'; | |
382 $labels['typehomefax'] = 'Home Fax'; | |
383 $labels['typeworkfax'] = 'Work Fax'; | |
384 $labels['typecar'] = 'Car'; | |
385 $labels['typepager'] = 'Pager'; | |
386 $labels['typevideo'] = 'Video'; | |
387 $labels['typeassistant'] = 'Assistant'; | |
388 $labels['typehomepage'] = 'Home Page'; | |
389 $labels['typeblog'] = 'Blog'; | |
390 $labels['typeprofile'] = 'Profile'; | |
391 | |
392 $labels['addfield'] = 'Add field...'; | |
393 $labels['addcontact'] = 'Add contact'; | |
394 $labels['editcontact'] = 'Edit contact'; | |
395 $labels['contacts'] = 'Contacts'; | |
396 $labels['contactproperties'] = 'Contact properties'; | |
397 $labels['contactnameandorg'] = 'Name and Organization'; | |
398 $labels['personalinfo'] = 'Personal information'; | |
399 $labels['contactphoto'] = 'Contact photo'; | |
400 | |
401 $labels['edit'] = 'Edit'; | |
402 $labels['cancel'] = 'Cancel'; | |
403 $labels['save'] = 'Save'; | |
404 $labels['delete'] = 'Delete'; | |
405 $labels['rename'] = 'Rename'; | |
406 $labels['addphoto'] = 'Add'; | |
407 $labels['replacephoto'] = 'Replace'; | |
408 $labels['uploadphoto'] = 'Upload photo'; | |
409 | |
410 $labels['newcontact'] = 'Create new contact'; | |
411 $labels['deletecontact'] = 'Delete selected contacts'; | |
412 $labels['composeto'] = 'Compose mail to'; | |
413 $labels['contactsfromto'] = 'Contacts $from to $to of $count'; | |
414 $labels['print'] = 'Print'; | |
415 $labels['export'] = 'Export'; | |
416 $labels['exportall'] = 'Export all'; | |
417 $labels['exportsel'] = 'Export selected'; | |
418 $labels['exportvcards'] = 'Export contacts in vCard format'; | |
419 $labels['newgroup'] = 'Create new group'; | |
420 $labels['addgroup'] = 'Add group'; | |
421 $labels['grouprename'] = 'Rename group'; | |
422 $labels['groupdelete'] = 'Delete group'; | |
423 $labels['groupremoveselected'] = 'Remove selected contacts from group'; | |
424 $labels['uponelevel'] = 'Up one level'; | |
425 | |
426 $labels['previouspage'] = 'Show previous page'; | |
427 $labels['firstpage'] = 'Show first page'; | |
428 $labels['nextpage'] = 'Show next page'; | |
429 $labels['lastpage'] = 'Show last page'; | |
430 | |
431 $labels['group'] = 'Group'; | |
432 $labels['groups'] = 'Groups'; | |
433 $labels['listgroup'] = 'List group members'; | |
434 $labels['personaladrbook'] = 'Personal Addresses'; | |
435 | |
436 $labels['searchsave'] = 'Save search'; | |
437 $labels['searchdelete'] = 'Delete search'; | |
438 | |
439 $labels['import'] = 'Import'; | |
440 $labels['importcontacts'] = 'Import contacts'; | |
441 $labels['importfromfile'] = 'Import from file:'; | |
442 $labels['importtarget'] = 'Add contacts to'; | |
443 $labels['importreplace'] = 'Replace the entire address book'; | |
444 $labels['importgroups'] = 'Import group assignments'; | |
445 $labels['importgroupsall'] = 'All (create groups if necessary)'; | |
446 $labels['importgroupsexisting'] = 'Only for existing groups'; | |
447 $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.'; | |
448 $labels['done'] = 'Done'; | |
449 | |
450 // settings | |
451 $labels['settingsfor'] = 'Settings for'; | |
452 $labels['about'] = 'About'; | |
453 $labels['preferences'] = 'Preferences'; | |
454 $labels['userpreferences'] = 'User preferences'; | |
455 $labels['editpreferences'] = 'Edit user preferences'; | |
456 | |
457 $labels['identities'] = 'Identities'; | |
458 $labels['manageidentities'] = 'Manage identities'; | |
459 $labels['newidentity'] = 'Create new identity'; | |
460 $labels['addidentity'] = 'Add identity'; | |
461 $labels['editidentity'] = 'Edit identity'; | |
462 | |
463 $labels['preferhtml'] = 'Display HTML'; | |
464 $labels['defaultcharset'] = 'Default Character Set'; | |
465 $labels['htmlmessage'] = 'HTML Message'; | |
466 $labels['messagepart'] = 'Part'; | |
467 $labels['digitalsig'] = 'Digital Signature'; | |
468 $labels['dateformat'] = 'Date format'; | |
469 $labels['timeformat'] = 'Time format'; | |
470 $labels['prettydate'] = 'Pretty dates'; | |
471 $labels['setdefault'] = 'Set default'; | |
472 $labels['autodetect'] = 'Auto'; | |
473 $labels['language'] = 'Language'; | |
474 $labels['timezone'] = 'Time zone'; | |
475 $labels['pagesize'] = 'Rows per page'; | |
476 $labels['signature'] = 'Signature'; | |
477 $labels['dstactive'] = 'Daylight saving time'; | |
478 $labels['showinextwin'] = 'Open message in a new window'; | |
479 $labels['composeextwin'] = 'Compose in a new window'; | |
480 $labels['htmleditor'] = 'Compose HTML messages'; | |
481 $labels['htmlonreply'] = 'on reply to HTML message'; | |
482 $labels['htmlonreplyandforward'] = 'on forward or reply to HTML message'; | |
483 $labels['htmlsignature'] = 'HTML signature'; | |
484 $labels['showemail'] = 'Show email address with display name'; | |
485 $labels['previewpane'] = 'Show preview pane'; | |
486 $labels['skin'] = 'Interface skin'; | |
487 $labels['logoutclear'] = 'Clear Trash on logout'; | |
488 $labels['logoutcompact'] = 'Compact Inbox on logout'; | |
489 $labels['uisettings'] = 'User Interface'; | |
490 $labels['serversettings'] = 'Server Settings'; | |
491 $labels['mailboxview'] = 'Mailbox View'; | |
492 $labels['mdnrequests'] = 'On request for return receipt'; | |
493 $labels['askuser'] = 'ask me'; | |
494 $labels['autosend'] = 'send receipt'; | |
495 $labels['autosendknown'] = 'send receipt to my contacts, otherwise ask me'; | |
496 $labels['autosendknownignore'] = 'send receipt to my contacts, otherwise ignore'; | |
497 $labels['ignorerequest'] = 'ignore request'; | |
498 $labels['readwhendeleted'] = 'Mark the message as read on delete'; | |
499 $labels['flagfordeletion'] = 'Flag the message for deletion instead of delete'; | |
500 $labels['skipdeleted'] = 'Do not show deleted messages'; | |
501 $labels['deletealways'] = 'If moving messages to Trash fails, delete them'; | |
502 $labels['deletejunk'] = 'Directly delete messages in Junk'; | |
503 $labels['showremoteimages'] = 'Display remote inline images'; | |
504 $labels['fromknownsenders'] = 'from known senders'; | |
505 $labels['always'] = 'always'; | |
506 $labels['alwaysbutplain'] = 'always, except when replying to plain text'; | |
507 $labels['showinlineimages'] = 'Display attached images below the message'; | |
508 $labels['autosavedraft'] = 'Automatically save draft'; | |
509 $labels['everynminutes'] = 'every $n minute(s)'; | |
510 $labels['refreshinterval'] = 'Refresh (check for new messages, etc.)'; | |
511 $labels['never'] = 'never'; | |
512 $labels['immediately'] = 'immediately'; | |
513 $labels['messagesdisplaying'] = 'Displaying Messages'; | |
514 $labels['messagescomposition'] = 'Composing Messages'; | |
515 $labels['mimeparamfolding'] = 'Attachment names'; | |
516 $labels['2231folding'] = 'Full RFC 2231 (Thunderbird)'; | |
517 $labels['miscfolding'] = 'RFC 2047/2231 (MS Outlook)'; | |
518 $labels['2047folding'] = 'Full RFC 2047 (other)'; | |
519 $labels['force7bit'] = 'Use MIME encoding for 8-bit characters'; | |
520 $labels['savelocalstorage'] = "Save in the browser's local storage (temporarily)"; | |
521 $labels['advancedoptions'] = 'Advanced options'; | |
522 $labels['toggleadvancedoptions'] = 'Toggle advanced options'; | |
523 $labels['focusonnewmessage'] = 'Focus browser window on new message'; | |
524 $labels['checkallfolders'] = 'Check all folders for new messages'; | |
525 $labels['displaynext'] = 'After message delete/move display the next message'; | |
526 $labels['defaultfont'] = 'Default font of HTML message'; | |
527 $labels['mainoptions'] = 'Main Options'; | |
528 $labels['browseroptions'] = 'Browser Options'; | |
529 $labels['section'] = 'Section'; | |
530 $labels['maintenance'] = 'Maintenance'; | |
531 $labels['newmessage'] = 'New Message'; | |
532 $labels['signatureoptions'] = 'Signature Options'; | |
533 $labels['whenreplying'] = 'When replying'; | |
534 $labels['replyempty'] = 'do not quote the original message'; | |
535 $labels['replytopposting'] = 'start new message above the quote'; | |
536 $labels['replybottomposting'] = 'start new message below the quote'; | |
537 $labels['replyremovesignature'] = 'When replying remove original signature from message'; | |
538 $labels['autoaddsignature'] = 'Automatically add signature'; | |
539 $labels['newmessageonly'] = 'new message only'; | |
540 $labels['replyandforwardonly'] = 'replies and forwards only'; | |
541 $labels['insertsignature'] = 'Insert signature'; | |
542 $labels['sigbelow'] = 'Place signature below the quoted message'; | |
543 $labels['sigseparator'] = 'Force standard separator in signatures'; | |
544 $labels['automarkread'] = 'Mark messages as read'; | |
545 $labels['afternseconds'] = 'after $n seconds'; | |
546 $labels['reqmdn'] = 'Always request a return receipt'; | |
547 $labels['reqdsn'] = 'Always request a delivery status notification'; | |
548 $labels['replysamefolder'] = 'Place replies in the folder of the message being replied to'; | |
549 $labels['defaultabook'] = 'Default address book'; | |
550 $labels['autocompletesingle'] = 'Skip alternative email addresses in autocompletion'; | |
551 $labels['listnamedisplay'] = 'List contacts as'; | |
552 $labels['spellcheckbeforesend'] = 'Check spelling before sending a message'; | |
553 $labels['spellcheckoptions'] = 'Spellcheck Options'; | |
554 $labels['spellcheckignoresyms'] = 'Ignore words with symbols'; | |
555 $labels['spellcheckignorenums'] = 'Ignore words with numbers'; | |
556 $labels['spellcheckignorecaps'] = 'Ignore words with all letters capitalized'; | |
557 $labels['addtodict'] = 'Add to dictionary'; | |
558 $labels['mailtoprotohandler'] = 'Register protocol handler for mailto: links'; | |
559 $labels['standardwindows'] = 'Handle popups as standard windows'; | |
560 $labels['forwardmode'] = 'Messages forwarding'; | |
561 $labels['inline'] = 'inline'; | |
562 $labels['asattachment'] = 'as attachment'; | |
563 $labels['replyallmode'] = 'Default action of [Reply all] button'; | |
564 $labels['replyalldefault'] = 'reply to all'; | |
565 $labels['replyalllist'] = 'reply to mailing list only (if found)'; | |
566 | |
567 $labels['folder'] = 'Folder'; | |
568 $labels['folders'] = 'Folders'; | |
569 $labels['foldername'] = 'Folder name'; | |
570 $labels['subscribed'] = 'Subscribed'; | |
571 $labels['messagecount'] = 'Messages'; | |
572 $labels['create'] = 'Create'; | |
573 $labels['createfolder'] = 'Create new folder'; | |
574 $labels['managefolders'] = 'Manage folders'; | |
575 $labels['specialfolders'] = 'Special Folders'; | |
576 $labels['properties'] = 'Properties'; | |
577 $labels['folderproperties'] = 'Folder properties'; | |
578 $labels['parentfolder'] = 'Parent folder'; | |
579 $labels['location'] = 'Location'; | |
580 $labels['info'] = 'Information'; | |
581 $labels['getfoldersize'] = 'Click to get folder size'; | |
582 $labels['changesubscription'] = 'Click to change subscription'; | |
583 $labels['foldertype'] = 'Folder Type'; | |
584 $labels['personalfolder'] = 'Private Folder'; | |
585 $labels['otherfolder'] = 'Other User\'s Folder'; | |
586 $labels['sharedfolder'] = 'Public Folder'; | |
587 $labels['findfolders'] = 'Find folders'; | |
588 $labels['namespace.personal'] = 'Personal'; | |
589 $labels['namespace.other'] = 'Other users'; | |
590 $labels['namespace.shared'] = 'Shared'; | |
591 | |
592 $labels['sortby'] = 'Sort by'; | |
593 $labels['sortasc'] = 'Sort ascending'; | |
594 $labels['sortdesc'] = 'Sort descending'; | |
595 $labels['undo'] = 'Undo'; | |
596 | |
597 $labels['installedplugins'] = 'Installed plugins'; | |
598 $labels['plugin'] = 'Plugin'; | |
599 $labels['version'] = 'Version'; | |
600 $labels['source'] = 'Source'; | |
601 $labels['license'] = 'License'; | |
602 $labels['support'] = 'Get support'; | |
603 | |
604 // units | |
605 $labels['B'] = 'B'; | |
606 $labels['KB'] = 'KB'; | |
607 $labels['MB'] = 'MB'; | |
608 $labels['GB'] = 'GB'; | |
609 | |
610 // character sets | |
611 $labels['unicode'] = 'Unicode'; | |
612 $labels['english'] = 'English'; | |
613 $labels['westerneuropean'] = 'Western European'; | |
614 $labels['easterneuropean'] = 'Eastern European'; | |
615 $labels['southeasterneuropean'] = 'South-Eastern European'; | |
616 $labels['baltic'] = 'Baltic'; | |
617 $labels['cyrillic'] = 'Cyrillic'; | |
618 $labels['arabic'] = 'Arabic'; | |
619 $labels['greek'] = 'Greek'; | |
620 $labels['hebrew'] = 'Hebrew'; | |
621 $labels['turkish'] = 'Turkish'; | |
622 $labels['nordic'] = 'Nordic'; | |
623 $labels['thai'] = 'Thai'; | |
624 $labels['celtic'] = 'Celtic'; | |
625 $labels['vietnamese'] = 'Vietnamese'; | |
626 $labels['japanese'] = 'Japanese'; | |
627 $labels['korean'] = 'Korean'; | |
628 $labels['chinese'] = 'Chinese'; | |
629 | |
630 // accessibility (voice-only) headings and descriptions | |
631 $labels['arialabeltopnav'] = 'Window control'; | |
632 $labels['arialabeltasknav'] = 'Application tasks'; | |
633 $labels['arialabeltoolbar'] = 'Application toolbar'; | |
634 $labels['arialabelactivetask'] = 'Active task'; | |
635 $labels['arialabelmessagessearchfilter'] = 'Email listing filter'; | |
636 $labels['arialabelmailsearchform'] = 'Email message search form'; | |
637 $labels['arialabelcontactsearchform'] = 'Contacts search form'; | |
638 $labels['arialabelmailquicksearchbox'] = 'Email search input'; | |
639 $labels['arialabelquicksearchbox'] = 'Search input'; | |
640 $labels['arialabelfoldersearchfilter'] = 'Folder listing filter'; | |
641 $labels['arialabelfoldersearchform'] = 'Folder search form'; | |
642 $labels['arialabelfolderlist'] = 'Email folder selection'; | |
643 $labels['arialabelmessagelist'] = 'Email Messages Listing'; | |
644 $labels['arialabelmailpreviewframe'] = 'Message preview'; | |
645 $labels['arialabelmailboxmenu'] = 'Folder actions menu'; | |
646 $labels['arialabellistselectmenu'] = 'List selection menu'; | |
647 $labels['arialabelthreadselectmenu'] = 'Threads listing menu'; | |
648 $labels['arialabelmessagelistoptions'] = 'Message list display and sorting options'; | |
649 $labels['arialabelmailimportdialog'] = 'Message import dialog'; | |
650 $labels['arialabelmessagenav'] = 'Message navigation'; | |
651 $labels['arialabelmessagebody'] = 'Message Body'; | |
652 $labels['arialabelmessageactions'] = 'Message actions'; | |
653 $labels['arialabelcontactquicksearch'] = 'Contacts search form'; | |
654 $labels['arialabelcontactsearchbox'] = 'Contact search input'; | |
655 $labels['arialabelmessageheaders'] = 'Message headers'; | |
656 $labels['arialabelforwardingoptions'] = 'Forwarding options'; | |
657 $labels['arialabelreplyalloptions'] = 'Reply-all options'; | |
658 $labels['arialabelmoremessageactions'] = 'More message actions'; | |
659 $labels['arialabelmarkmessagesas'] = 'Mark selected messages as...'; | |
660 $labels['arialabelcomposeoptions'] = 'Composition options'; | |
661 $labels['arialabelresponsesmenu'] = 'Canned responses menu'; | |
662 $labels['arialabelattachmentuploadform'] = 'Attachment upload form'; | |
663 $labels['arialabelattachmentpreview'] = 'Attachment preview'; | |
664 $labels['ariasummarycomposecontacts'] = 'List of contacts and groups to select as recipients'; | |
665 $labels['arialabelcontactexportoptions'] = 'Contact export options'; | |
666 $labels['arialabelabookgroupoptions'] = 'Addressbook/group options'; | |
667 $labels['arialabelpreferencesform'] = 'Preferences form'; | |
668 $labels['arialabelidentityeditfrom'] = 'Identity edit form'; | |
669 $labels['arialabelresonseeditfrom'] = 'Response edit form'; | |
670 $labels['arialabelsearchterms'] = 'Search terms'; | |
671 | |
672 $labels['helplistnavigation'] = 'List keyboard navigation'; | |
673 $labels['helplistkeyboardnavigation'] = "Arrows up/down: Move row focus/selection. | |
674 Space: Select focused row. | |
675 Shift + up/down: Select additional row above/below. | |
676 Ctrl + Space: Add focused row to selection/remove from selection."; | |
677 $labels['helplistkeyboardnavmessages'] = "Arrows right/left: expand/collapse message thread (in threads mode only). | |
678 Enter: Open the selected/focused message. | |
679 Delete: Move selected messages to Trash."; | |
680 $labels['helplistkeyboardnavcontacts'] = "Enter: Open the selected/focused contact."; | |
681 | |
682 ?> |