diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-05-17 18:54:14 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-05-17 19:05:42 +0200 |
commit | c0137d1ecfd9dbaa0d3c191d45cffe937d519de7 (patch) | |
tree | 1830662929834066f755d5bd838b6913553962ee /program/localization/ml_IN/messages.inc | |
parent | 35a35d13702441a467e93d0f96e6f5240eeff5e6 (diff) |
Added new languages Belarusian, Interlingua and Malayalam from launchpad import
Diffstat (limited to 'program/localization/ml_IN/messages.inc')
-rw-r--r-- | program/localization/ml_IN/messages.inc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/program/localization/ml_IN/messages.inc b/program/localization/ml_IN/messages.inc new file mode 100644 index 000000000..4fb27a36e --- /dev/null +++ b/program/localization/ml_IN/messages.inc @@ -0,0 +1,27 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/ml_IN/messages.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Anish A <aneesh.nl@gmail.com> | + +-----------------------------------------------------------------------+ + @version $Id$ +*/ + +$messages = array(); +$messages['cookiesdisabled'] = 'തങ്കളുടെ ബ്രവു്സര് കുക്കീസ് സ്വീകരിക്കുന്നതല്ല'; +$messages['servererror'] = 'സര്വര് പിഴവ് !'; +$messages['errornoperm'] = 'പ്രവര്ത്തനം തടസപ്പെട്ടു . അനുമതി നിഷേധിക്കപെട്ടിരിക്കുന്നു'; +$messages['invalidrequest'] = 'അസാധുവായ അപേക്ഷ ! ഒരു രേഖയും സൂക്ഷിച്ചിട്ടില്ല'; +$messages['loading'] = 'തുറക്കുന്നു...'; +$messages['checkingmail'] = 'പുതിയ സന്ദേസങ്ങള്കുവേണ്ടി തിരയുന്നു...'; +$messages['sendingmessage'] = 'സന്ദേശം അയക്കുന്നു...'; +$messages['sendingfailed'] = 'സന്ദേശം അയക്കാന് സാധിച്ചില്ല.'; +$messages['senttooquickly'] = 'സന്ദേശം അയക്കുന്നതിനു മുന്പു ദയവായ് $sec കാത്തിരിക്കൂ'; + |