mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Automatic installer.php lang files by installer_builder (20070321)
This commit is contained in:
parent
d0529bdf67
commit
0fd2223867
2 changed files with 195 additions and 193 deletions
|
@ -18,7 +18,7 @@ $string['admindirsettingsub'] = ' A very few webhosts use /admin as a special
|
|||
renaming the admin directory in your installation, and putting that
|
||||
new name here. For example: <br /> <br /><b>moodleadmin</b><br /> <br />
|
||||
This will fix admin links in Moodle.';
|
||||
$string['bypassed'] = 'Bypassed';
|
||||
$string['bypassed'] = 'ஒதுக்கப்பட்டது';
|
||||
$string['cannotcreatelangdir'] = 'Cannot create lang dir.';
|
||||
$string['cannotcreatetempdir'] = 'Cannot create temp dir.';
|
||||
$string['cannotdownloadcomponents'] = 'Cannot download components.';
|
||||
|
@ -152,7 +152,7 @@ $string['memorylimithelp'] = '<p>The PHP memory limit for your server is current
|
|||
(you will see errors when you look at pages) so you\'ll have to remove the .htaccess file.</p></li>
|
||||
</ol>';
|
||||
$string['missingrequiredfield'] = 'Some required field is missing';
|
||||
$string['moodledocslink'] = 'Moodle Docs for this page';
|
||||
$string['moodledocslink'] = 'மூடூலின் ஆவணங்களுக்கு இங்கே சொடுக்கவும்';
|
||||
$string['mysql416bypassed'] = 'However, if your site is using iso-8859-1 (latin) languages ONLY, you may continue using your currently installed MySQL 4.1.12 (or higher).';
|
||||
$string['mysql416required'] = 'MySQL 4.1.16 is the minimum version required for Moodle 1.6 in order to guarantee that all data can be converted to UTF-8 in the future.';
|
||||
$string['mysqlextensionisnotpresentinphp'] = 'PHP has not been properly configured with the MySQL extension so that it can communicate with MySQL. Please check your php.ini file or recompile PHP.';
|
||||
|
@ -171,15 +171,17 @@ $string['phpversionhelp'] = '<p>Moodle requires a PHP version of at least 4.3.0
|
|||
$string['previous'] = 'முந்தைய';
|
||||
$string['remotedownloadnotallowed'] = 'Download of components to your server isn\'t allowed (allow_url_fopen is disabled).<br /><br />You must download the <a href=\"$a->url\">$a->url</a> file manually, copy it to \"$a->dest\" in your server and unzip it there.';
|
||||
$string['report'] = 'அறிக்கை';
|
||||
$string['restricted'] = 'Restricted';
|
||||
$string['restricted'] = 'அனுமதி குறைக்கப்பட்டது';
|
||||
$string['safemode'] = 'Safe Mode';
|
||||
$string['safemodeerror'] = 'Moodle may have trouble with safe mode on';
|
||||
$string['sessionautostart'] = 'Session Auto Start';
|
||||
$string['sessionautostarterror'] = 'This should be off';
|
||||
$string['skipdbencodingtest'] = 'Skip DB Encoding Test';
|
||||
$string['status'] = 'Status';
|
||||
$string['status'] = 'தற்போதைய நிலைகள்';
|
||||
$string['thischarset'] = 'UTF-8';
|
||||
$string['thislanguage'] = 'Tamil';
|
||||
$string['unicoderecommended'] = 'Storing all your data in Unicode (UTF-8) is recommended. New installations should be performed into databases that have their default character set as Unicode. If you are upgrading, you should perform the UTF-8 migration process (see the Admin page).';
|
||||
$string['unicoderequired'] = 'It is required that you store all your data in Unicode format (UTF-8). New installations must be performed into databases that have their default character set as Unicode. If you are upgrading, you should perform the UTF-8 migration process (see the Admin page).';
|
||||
$string['user'] = 'பயனாளர்';
|
||||
$string['welcomep10'] = '$a->installername ($a->installerversion)';
|
||||
$string['welcomep20'] = 'You are seeing this page because you have successfully installed and
|
||||
|
|
|
@ -202,8 +202,8 @@ $string['skipdbencodingtest'] = '跳过数据库编码检测';
|
|||
$string['status'] = '状态';
|
||||
$string['thischarset'] = 'UTF-8';
|
||||
$string['thislanguage'] = '简体中文';
|
||||
$string['unicoderecommended'] = '建议用Unicode(UTF-8)格式存储全部数据。新安装的内容应该在默认采用Unicode作为字符集的数据库中执行。如果正在升级,您应该执行UTF-8格式的移动过程(请参考管理员页面)。';
|
||||
$string['unicoderequired'] = '要求您把全部数据按照Unicode(UTF-8)格式进行存储。新安装的内容应该在默认采用Unicode作为字符集的数据库中执行。如果正在升级,您应该执行UTF-8格式的移动过程(请参考管理员页面)。';
|
||||
$string['unicoderecommended'] = '建议用Unicode(UTF-8)存储全部数据。全新安装必须安装在缺省字符集为Unicode的数据库中。如果正在升级,您应该执行UTF-8移植处理(请参考管理员页面)。';
|
||||
$string['unicoderequired'] = '要求您用Unicode(UTF-8)存储全部数据。全新安装必须安装在缺省字符集为Unicode的数据库中。如果正在升级,您应该执行UTF-8移植处理(请参考管理员页面)。';
|
||||
$string['user'] = '用户';
|
||||
$string['welcomep10'] = '$a->installername ($a->installerversion)';
|
||||
$string['welcomep20'] = '您看到这个页面表明您已经成功地在您的计算机上安装了<strong>$a->packname $a->packversion</strong>。恭喜您!';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue