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