blob: d72013bae222c0a1098b206f452123bbf5160587 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
/**
* Marathi language file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
$lang['discussion'] = 'चर्चा';
$lang['userpage'] = 'सदस्य पान';
//Setup VIM: ex: et ts=2 :
|