moodle/lang/hi/block_section_links.php

12 lines
565 B
PHP

<?PHP // $Id$
// block_section_links.php - created with Moodle 1.5.2 (2005060220)
$string['blockname'] = '&#2360;&#2373;&#2325;&#2381;&#2358;&#2344; &#2354;&#2367;&#2306;&#2325;&#2381;&#2360;';
$string['jumptocurrenttopic'] = '&#2357;&#2352;&#2381;&#2340;&#2350;&#2366;&#2344; &#2357;&#2367;&#2359;&#2351;';
$string['jumptocurrentweek'] = '&#2357;&#2352;&#2381;&#2340;&#2350;&#2366;&#2344; &#2360;&#2346;&#2381;&#2340;&#2366;&#2361;';
$string['topics'] = '&#2357;&#2367;&#2359;&#2351;';
$string['weeks'] = '&#2360;&#2346;&#2381;&#2340;&#2366;&#2361;';
?>