diff options
Diffstat (limited to 'plugins/vcard_attachments/localization/ml_IN.inc')
-rw-r--r-- | plugins/vcard_attachments/localization/ml_IN.inc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/vcard_attachments/localization/ml_IN.inc b/plugins/vcard_attachments/localization/ml_IN.inc new file mode 100644 index 000000000..1b4d98ab7 --- /dev/null +++ b/plugins/vcard_attachments/localization/ml_IN.inc @@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/ml_IN/labels.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> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['addvcardmsg'] = 'വിലാസപുസ്തകത്തിലേക്ക് വികാര്ഡ് ചേര്ക്കുക'; +$labels['vcardsavefailed'] = 'വികാര്ഡ് ചേര്ക്കാന് പറ്റിയില്ല'; + |