diff options
Diffstat (limited to 'plugins/archive/localization/ml_IN.inc')
-rw-r--r-- | plugins/archive/localization/ml_IN.inc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/archive/localization/ml_IN.inc b/plugins/archive/localization/ml_IN.inc new file mode 100644 index 000000000..13569bf12 --- /dev/null +++ b/plugins/archive/localization/ml_IN.inc @@ -0,0 +1,21 @@ +<?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['buttontext'] = 'ശേഖരം'; +$labels['archivefolder'] = 'ശേഖരം'; +$labels['buttontitle'] = 'ഈ മെസ്സേജ് ശേഖരിക്കുക'; +$labels['archived'] = 'വിജയകരമായി ശേഖരിച്ചു'; + |