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