| | |
| | | |
| | | $labels = array(); |
| | | |
| | | // login page |
| | | $labels['welcome'] = '$product ലേയ്ക്ക് സ്വാഗതം'; |
| | | $labels['username'] = 'ഉപയോക്തൃനാമം'; |
| | | $labels['password'] = 'രഹസ്യവാക്ക്'; |
| | | $labels['server'] = 'സേവകന്'; |
| | | $labels['login'] = 'പ്രവേശിക്കുക'; |
| | | |
| | | // taskbar |
| | | $labels['logout'] = 'പുറത്ത് കടക്കുക'; |
| | | $labels['mail'] = 'തപാല്'; |
| | | $labels['settings'] = 'ക്രമീകരണങ്ങള്'; |
| | | $labels['addressbook'] = 'വിലാസ പുസ്തകം'; |
| | | |
| | | // mailbox names |
| | | $labels['inbox'] = 'ഇന്ബോക്സ്'; |
| | | $labels['drafts'] = 'പൂര്ത്തിയാകാത്തവ'; |
| | | $labels['sent'] = 'അയച്ചവ'; |
| | | $labels['trash'] = 'ചവറ്റുകുട്ട'; |
| | | $labels['junk'] = 'ആവശ്യമില്ലാത്തവ'; |
| | | $labels['show_real_foldernames'] = 'Show real names for special folders'; |
| | | |
| | | // message listing |
| | | $labels['subject'] = 'വിഷയം'; |
| | | $labels['from'] = 'പ്രേഷിതന്'; |
| | | $labels['sender'] = 'Sender'; |
| | |
| | | $labels['organization'] = 'Organization'; |
| | | $labels['readstatus'] = 'അവസ്ഥ വായിക്കുക'; |
| | | $labels['listoptions'] = 'List options...'; |
| | | |
| | | $labels['mailboxlist'] = 'ഫോള്ഡറുകള്'; |
| | | $labels['messagesfromto'] = 'Messages $from to $to of $count'; |
| | | $labels['threadsfromto'] = 'Threads $from to $to of $count'; |
| | | $labels['messagenrof'] = 'Message $nr of $count'; |
| | | $labels['fromtoshort'] = '$from – $to of $count'; |
| | | |
| | | $labels['copy'] = 'പകര്ത്തുക'; |
| | | $labels['move'] = 'നീക്കുക'; |
| | | $labels['moveto'] = 'Move to...'; |
| | |
| | | $labels['open'] = 'Open'; |
| | | $labels['showattachment'] = 'Show'; |
| | | $labels['showanyway'] = 'Show it anyway'; |
| | | |
| | | $labels['filename'] = 'ഫയല് നാമം'; |
| | | $labels['filesize'] = 'ഫയലിന്റെ വലിപ്പം'; |
| | | |
| | | $labels['addtoaddressbook'] = 'മേല്വിലാസങ്ങളില് ചേര്ക്കുക.'; |
| | | |
| | | // weekdays short |
| | | $labels['sun'] = 'ഞാ'; |
| | | $labels['mon'] = 'തി'; |
| | | $labels['tue'] = 'ചൊ'; |
| | |
| | | $labels['thu'] = 'വ്യാ'; |
| | | $labels['fri'] = 'വെ'; |
| | | $labels['sat'] = 'ശ'; |
| | | |
| | | // weekdays long |
| | | $labels['sunday'] = 'ഞായര്'; |
| | | $labels['monday'] = 'തിങ്കള്'; |
| | | $labels['tuesday'] = 'ചൊവ്വ'; |
| | |
| | | $labels['thursday'] = 'വ്യാഴം'; |
| | | $labels['friday'] = 'വെള്ളി'; |
| | | $labels['saturday'] = 'ശനി'; |
| | | |
| | | // months short |
| | | $labels['jan'] = 'ജനു'; |
| | | $labels['feb'] = 'ഫെബ്'; |
| | | $labels['mar'] = 'മാര്'; |
| | |
| | | $labels['oct'] = 'ഒക്ടോബര്'; |
| | | $labels['nov'] = 'നവംബര്'; |
| | | $labels['dec'] = 'ഡിസംബര്'; |
| | | |
| | | // months long |
| | | $labels['longjan'] = 'ജനുവരി'; |
| | | $labels['longfeb'] = 'ഫെബ്രുവരി'; |
| | | $labels['longmar'] = 'മാര്ച്ച്'; |
| | |
| | | $labels['longoct'] = 'ഒക്ടോബര്'; |
| | | $labels['longnov'] = 'നവംബര്'; |
| | | $labels['longdec'] = 'ഡിസംബര്'; |
| | | |
| | | $labels['today'] = 'ഇന്ന്'; |
| | | |
| | | // toolbar buttons |
| | | $labels['refresh'] = 'പുതുക്കുക'; |
| | | $labels['checkmail'] = 'പുതിയ സന്ദേശത്തിനായി തിരയുക'; |
| | | $labels['compose'] = 'രചന'; |
| | |
| | | $labels['more'] = 'കൂടുതല്'; |
| | | $labels['back'] = 'പിന്നോട്ട്'; |
| | | $labels['options'] = 'ഐച്ഛികങ്ങള്'; |
| | | |
| | | $labels['select'] = 'തെരഞ്ഞെടുക്കുക'; |
| | | $labels['all'] = 'എല്ലാം'; |
| | | $labels['none'] = 'ഒന്നുമില്ല'; |
| | |
| | | $labels['expand-unread'] = 'വായിക്കാത്തവ വികസിപ്പിക്കുക'; |
| | | $labels['collapse-all'] = 'എല്ലാം അടയ്ക്കുക'; |
| | | $labels['threaded'] = 'Threaded'; |
| | | |
| | | $labels['autoexpand_threads'] = 'Expand message threads'; |
| | | $labels['do_expand'] = 'all threads'; |
| | | $labels['expand_only_unread'] = 'only with unread messages'; |
| | |
| | | $labels['listsorting'] = 'Sorting column'; |
| | | $labels['listorder'] = 'തരംതിരിക്കണ്ട രീതി'; |
| | | $labels['listmode'] = 'List view mode'; |
| | | |
| | | $labels['folderactions'] = 'Folder actions...'; |
| | | $labels['compact'] = 'ചുരുക്കു'; |
| | | $labels['empty'] = 'ശൂന്യം'; |
| | | $labels['importmessages'] = 'Import messages'; |
| | | |
| | | $labels['quota'] = 'ഡിസ്ക്ക് ഉപയോഗം'; |
| | | $labels['unknown'] = 'അറിയാത്ത'; |
| | | $labels['unlimited'] = 'പരിമിതികളില്ലാത്ത'; |
| | | |
| | | $labels['quicksearch'] = 'പെട്ടെന്ന് തെരയു'; |
| | | $labels['resetsearch'] = 'Reset search'; |
| | | $labels['searchmod'] = 'Search modifiers'; |
| | | $labels['msgtext'] = 'മുഴുവന് സന്ദേശവും'; |
| | | $labels['body'] = 'Body'; |
| | | $labels['type'] = 'Type'; |
| | | |
| | | $labels['openinextwin'] = 'പുതിയ വിന്ഡോയില് തുറക്കുക'; |
| | | $labels['emlsave'] = 'Download (.eml)'; |
| | | $labels['changeformattext'] = 'Display in plain text format'; |
| | | $labels['changeformathtml'] = 'Display in HTML format'; |
| | | |
| | | // message compose |
| | | $labels['editasnew'] = 'പുതിയതായി തിരുത്തുക'; |
| | | $labels['send'] = 'Send'; |
| | | $labels['sendmessage'] = 'സന്ദേശം അയയ്ക്കുക'; |
| | |
| | | $labels['dsn'] = 'Delivery status notification'; |
| | | $labels['mailreplyintro'] = 'On $date, $sender wrote:'; |
| | | $labels['originalmessage'] = 'യഥാര്ഥ സന്ദേശം'; |
| | | |
| | | $labels['editidents'] = 'Edit identities'; |
| | | $labels['spellcheck'] = 'Spell'; |
| | | $labels['checkspelling'] = 'അക്ഷരത്തെറ്റു് പരിശോധിക്കുക'; |
| | | $labels['resumeediting'] = 'തിരുത്തല് തുടരുക'; |
| | | $labels['revertto'] = 'Revert to'; |
| | | |
| | | $labels['attach'] = 'സംയോജിപ്പിക്കു'; |
| | | $labels['attachments'] = 'അറ്റാച്ച്മെന്റുകള്'; |
| | | $labels['upload'] = 'അപ്ലോഡ് ചെയ്യുക'; |
| | | $labels['uploadprogress'] = '$percent ($current from $total)'; |
| | | $labels['close'] = 'അടയ്ക്കുക'; |
| | | $labels['messageoptions'] = 'സന്ദേശ ഐച്ഛികങ്ങള്...'; |
| | | |
| | | $labels['low'] = 'കുറഞ്ഞ'; |
| | | $labels['lowest'] = 'ഏറ്റവും കുറഞ്ഞ'; |
| | | $labels['normal'] = 'സാധാരണ'; |
| | | $labels['high'] = 'കൂടിയ'; |
| | | $labels['highest'] = 'ഏറ്റവും കൂടിയത്'; |
| | | |
| | | $labels['nosubject'] = '(വിഷയം ഇല്ല)'; |
| | | $labels['showimages'] = 'ചിത്രങ്ങള് കാണിക്കുക'; |
| | | $labels['alwaysshow'] = 'Always show images from $sender'; |
| | |
| | | $labels['andnmore'] = '$nr more...'; |
| | | $labels['togglemoreheaders'] = 'Show more message headers'; |
| | | $labels['togglefullheaders'] = 'Toggle raw message headers'; |
| | | |
| | | $labels['htmltoggle'] = 'HTML'; |
| | | $labels['plaintoggle'] = 'Plain text'; |
| | | $labels['savesentmessagein'] = 'Save sent message in'; |
| | | $labels['dontsave'] = 'സുക്ഷിക്കരുത്'; |
| | | $labels['maxuploadsize'] = '$size ആണ് പരമാവധി ഫയല് വലിപ്പം'; |
| | | |
| | | $labels['addcc'] = 'Add Cc'; |
| | | $labels['addbcc'] = 'Add Bcc'; |
| | | $labels['addreplyto'] = 'Add Reply-To'; |
| | | $labels['addfollowupto'] = 'Add Followup-To'; |
| | | |
| | | // mdn |
| | | $labels['mdnrequest'] = 'The sender of this message has asked to be notified when you read this message. Do you wish to notify the sender?'; |
| | | $labels['receiptread'] = 'Return Receipt (read)'; |
| | | $labels['yourmessage'] = 'This is a Return Receipt for your message'; |
| | | $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.'; |
| | | |
| | | // address boook |
| | | $labels['name'] = 'Display Name'; |
| | | $labels['firstname'] = 'ആദ്യ നാമം'; |
| | | $labels['surname'] = 'അവസാന നാമം'; |
| | |
| | | $labels['advsearch'] = 'വിപുലമായ തിരച്ചില്'; |
| | | $labels['advanced'] = 'സങ്കീര്ണ്ണം'; |
| | | $labels['other'] = 'മറ്റുള്ളത്'; |
| | | |
| | | $labels['typehome'] = 'ആസ്ഥാനം'; |
| | | $labels['typework'] = 'ജോലി'; |
| | | $labels['typeother'] = 'മറ്റുള്ളത്'; |
| | |
| | | $labels['typehomepage'] = 'ഹോം പേജ്'; |
| | | $labels['typeblog'] = 'ബ്ലോഗ്'; |
| | | $labels['typeprofile'] = 'പ്രൊഫൈല്'; |
| | | |
| | | $labels['addfield'] = 'Add field...'; |
| | | $labels['addcontact'] = 'Add new contact'; |
| | | $labels['editcontact'] = 'Edit contact'; |
| | | $labels['contacts'] = 'Contacts'; |
| | | $labels['contactproperties'] = 'Contact properties'; |
| | | $labels['personalinfo'] = 'സ്വകാര്യ വിവരങ്ങള്'; |
| | | |
| | | $labels['edit'] = 'തിരുത്തുക'; |
| | | $labels['cancel'] = 'റദ്ദാക്കുക'; |
| | | $labels['save'] = 'സൂക്ഷിക്കുക'; |
| | |
| | | $labels['addphoto'] = 'ചേര്ക്കുക'; |
| | | $labels['replacephoto'] = 'പകരം വയ്ക്കുക'; |
| | | $labels['uploadphoto'] = 'Upload photo'; |
| | | |
| | | $labels['newcontact'] = 'Create new contact card'; |
| | | $labels['deletecontact'] = 'Delete selected contacts'; |
| | | $labels['composeto'] = 'Compose mail to'; |
| | |
| | | $labels['grouprename'] = 'കുട്ടത്തിന്റെ പേര് മാറ്റുക'; |
| | | $labels['groupdelete'] = 'കൂട്ടം മായ്ക്കുക'; |
| | | $labels['groupremoveselected'] = 'Remove selected contacts from group'; |
| | | |
| | | $labels['previouspage'] = 'മുമ്പുളള താള് കാണിയ്ക്കുക'; |
| | | $labels['firstpage'] = 'Show first page'; |
| | | $labels['nextpage'] = 'Show next page'; |
| | | $labels['lastpage'] = 'Show last page'; |
| | | |
| | | $labels['group'] = 'കൂട്ടം'; |
| | | $labels['groups'] = 'കൂട്ടങ്ങള്'; |
| | | $labels['listgroup'] = 'List group members'; |
| | | $labels['personaladrbook'] = 'സ്വകാര്യ വിലാസങ്ങള്'; |
| | | |
| | | $labels['searchsave'] = 'തിരയല് സൂക്ഷിക്കുക'; |
| | | $labels['searchdelete'] = 'തിരയല് നീക്കംചെയ്യുക'; |
| | | |
| | | $labels['import'] = 'പ്രോഗ്രമ്മിലേക്ക് എടുക്കുക'; |
| | | $labels['importcontacts'] = 'Import contacts'; |
| | | $labels['importfromfile'] = 'Import from file:'; |
| | |
| | | $labels['importreplace'] = 'Replace the entire address book'; |
| | | $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.'; |
| | | $labels['done'] = 'പൂര്ത്തീകരിച്ചു'; |
| | | |
| | | // settings |
| | | $labels['settingsfor'] = 'Settings for'; |
| | | $labels['about'] = 'വിവരം'; |
| | | $labels['preferences'] = 'Preferences'; |
| | | $labels['userpreferences'] = 'ഉപയൊക്ത മുന്ഗണനകള്'; |
| | | $labels['editpreferences'] = 'Edit user preferences'; |
| | | |
| | | $labels['identities'] = 'Identities'; |
| | | $labels['manageidentities'] = 'Manage identities for this account'; |
| | | $labels['newidentity'] = 'New identity'; |
| | | |
| | | $labels['newitem'] = 'New item'; |
| | | $labels['edititem'] = 'Edit item'; |
| | | |
| | | $labels['preferhtml'] = 'HTML കാണിക്കുക'; |
| | | $labels['defaultcharset'] = 'Default Character Set'; |
| | | $labels['htmlmessage'] = 'HTML Message'; |
| | |
| | | $labels['forwardmode'] = 'Messages forwarding'; |
| | | $labels['inline'] = 'inline'; |
| | | $labels['asattachment'] = 'as attachment'; |
| | | |
| | | $labels['folder'] = 'Folder'; |
| | | $labels['folders'] = 'ഫോള്ഡറുകള്'; |
| | | $labels['foldername'] = 'Folder name'; |
| | |
| | | $labels['personalfolder'] = 'സ്വകാര്യ അറ'; |
| | | $labels['otherfolder'] = 'Other User\'s Folder'; |
| | | $labels['sharedfolder'] = 'പൊതു - അറ'; |
| | | |
| | | $labels['sortby'] = 'Sort by'; |
| | | $labels['sortasc'] = 'Sort ascending'; |
| | | $labels['sortdesc'] = 'Sort descending'; |
| | | $labels['undo'] = 'Undo'; |
| | | |
| | | $labels['installedplugins'] = 'Installed plugins'; |
| | | $labels['plugin'] = 'Plugin'; |
| | | $labels['version'] = 'Version'; |
| | | $labels['source'] = 'Source'; |
| | | $labels['license'] = 'License'; |
| | | $labels['support'] = 'സഹായം തേടുക'; |
| | | |
| | | // units |
| | | $labels['B'] = 'B'; |
| | | $labels['KB'] = 'KB'; |
| | | $labels['MB'] = 'MB'; |
| | | $labels['GB'] = 'GB'; |
| | | |
| | | // character sets |
| | | $labels['unicode'] = 'യൂണിക്കോഡ്'; |
| | | $labels['english'] = 'ഇംഗ്ലീഷ്'; |
| | | $labels['westerneuropean'] = 'പടിഞ്ഞാറന് യൂറോപ്യന്'; |
| | |
| | | $labels['japanese'] = 'ജാപ്പനീസ്'; |
| | | $labels['korean'] = 'കൊറിയന്'; |
| | | $labels['chinese'] = 'ചൈനീസ്'; |
| | | |
| | | ?> |