diff options
Diffstat (limited to 'plugins/archive/localization/si_LK.inc')
-rw-r--r-- | plugins/archive/localization/si_LK.inc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/archive/localization/si_LK.inc b/plugins/archive/localization/si_LK.inc new file mode 100644 index 000000000..b73a7e5ed --- /dev/null +++ b/plugins/archive/localization/si_LK.inc @@ -0,0 +1,21 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/si_LK/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Mohamed Rizmi <Unknown> | + +-----------------------------------------------------------------------+ + @version $Id$ +*/ + +$labels = array(); +$labels['buttontitle'] = 'මෙම පණිවිඩය සංරක්ෂණය කරන්න'; +$labels['archived'] = 'සංරක්ෂණය සාර්ථකයි'; +$labels['archivefolder'] = 'සංරක්ෂණය'; + |