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