|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00003 // This file is part of Moodle - http://moodle.org/ 00004 // 00005 // Moodle is free software: you can redistribute it and/or modify 00006 // it under the terms of the GNU General Public License as published by 00007 // the Free Software Foundation, either version 3 of the License, or 00008 // (at your option) any later version. 00009 // 00010 // Moodle is distributed in the hope that it will be useful, 00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 // GNU General Public License for more details. 00014 // 00015 // You should have received a copy of the GNU General Public License 00016 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 00017 00031 defined('MOODLE_INTERNAL') || die(); 00032 00033 $string['cannotcreatelangdir'] = 'மொழி அடைவை உருவாக்க முடியவில்லை'; 00034 $string['cannotcreatetempdir'] = 'தற்காலிக அடைவை உருவாக்க முடியவில்லை'; 00035 $string['cannotdownloadcomponents'] = 'கூறுகளைப் பதிவிறக்க முடியவில்லை.'; 00036 $string['cannotdownloadzipfile'] = 'ZIP கோப்பைப் பதிவிறக்க முடியவில்லை.'; 00037 $string['cannotfindcomponent'] = 'கூறைக் காணவில்லை.'; 00038 $string['cannotsavemd5file'] = 'md5 கோப்பைச் சேமிக்க முடியவில்லை.'; 00039 $string['cannotsavezipfile'] = 'ZIP கோப்பைச் சேமிக்க முடியவில்லை.'; 00040 $string['cannotunzipfile'] = 'கோப்பை unzip செய்ய முடியவில்லை.'; 00041 $string['componentisuptodate'] = 'பகுதி ஆனது புத்தாக்கம்செய்யப்பட்டுள்ளது.'; 00042 $string['downloadedfilecheckfailed'] = 'பதிவிறக்கப்பட்ட கோப்பு சோதனயில் தேறவில்லை.'; 00043 $string['invalidmd5'] = 'செல்லுபடியற்ற md5'; 00044 $string['missingrequiredfield'] = 'சில தேவையான புலங்கள் காணப்படவில்லை.'; 00045 $string['wrongdestpath'] = 'பிழையான இலக்குப் பாதை'; 00046 $string['wrongsourcebase'] = 'பிழையான மூல URL அடிப்படை.'; 00047 $string['wrongzipfilename'] = 'பிழையான ZIP கோப்புப் பெயர்.';