You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1.1 KiB
PHP
24 lines
1.1 KiB
PHP
<?php
|
|
|
|
/*
|
|
+-----------------------------------------------------------------------+
|
|
| localization/mr_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: Devendra Buddhikot <devendradb@rediffmail.com> |
|
|
+-----------------------------------------------------------------------+
|
|
@version $Id$
|
|
*/
|
|
|
|
$labels = array();
|
|
$labels['sound'] = 'नवीन संदेश आल्यास नाद करा';
|
|
$labels['test'] = 'चाचणी';
|
|
$labels['title'] = 'नवीन ईमेल';
|
|
$labels['body'] = 'तुमच्यासाठी नवीन संदेश आला आहे';
|
|
$labels['testbody'] = 'हा एक चाचणी निर्देश आहे';
|
|
|