source: subversion/trunk/roundcubemail/program/localization/en_US/labels.inc

Last change on this file was 6059, checked in by thomasb, 14 months ago

Allow mass-removal of addresses from a group (#1487748)

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