From 30d5b943bd6993d6aaa3529edc29d69c85675d9c Mon Sep 17 00:00:00 2001
From: koenr 如果你不选,将使用本系统默认值。 无论以上何种情况,用户在登录之后都可以修改这些字段。 更新本地数据: 如果开启,则用户每次登录或有用户同步时字段将会被更新。设定为本地更新的字段应当被锁住。';
+$string['auth_updatelocal_expl'] = ' 更新本地数据: 如果开启,则用户每次登录或有用户同步时字段将会被更新。设定为本地更新的字段应当被锁住。 更新外部数据: 如果开启,则外部认证系统中的用户记录将被更新。要修改这个选项需首先解锁字段。 注意: 更新外部LDAP数据需要您设定的binddn和binddw是有权限修改所有用户记录的用户。它目前不能保持多值属性的值,会在更新时删除其它的值。 Submit your request and review the results.';
+$string['explainimport'] = 'You must specify the file to import and define the criteria of the process. 运行时的Magic Quotes应当关闭,
通常缺省时它是关闭的...参考php.ini文件中的magic_quotes_runtime设置。 如果您不能访问php.ini文件,也许您可以把下面的内容添加到Moodle目录中名为.htaccess的文件中:
-
如果你不选,将使用本系统默认值。
无论以上何种情况,用户在登录之后都可以修改这些字段。';
$string['auth_ldaptitle'] = '使用一个LDAP服务器';
$string['auth_manualdescription'] = '该方法不允许用户以任何方式创建帐号。所有帐号只能由管理员手工创建。';
$string['auth_manualtitle'] = '只允许手工添加帐号';
@@ -99,7 +99,7 @@ $string['auth_pop3type'] = '服务器类型。如果你的POP3服务器使用安
$string['auth_shibbolethdescription'] = '使用这个方法可以链接到已有的Shibboleth服务器检查或创建帐号';
$string['auth_shibbolethtitle'] = 'Shibboleth';
$string['auth_updatelocal'] = '更新本地数据';
-$string['auth_updatelocal_expl'] = '
Conc
$string['explainall'] = '在一页中显示所有登记';
$string['explainalphabet'] = '通过此索引浏览词汇';
$string['explainexport'] = 'A file has been generated.
Download it and keep it safe. You can import it anytime you wish in this or other course.';
-$string['explainimport'] = 'You must specify the file to import and define the criteria of the process.
Submit your request and review the results.';
$string['explainspecial'] = 'Shows entries that do not begin with a letter';
$string['exportedentry'] = '导出的登记';
$string['exportedfile'] = '导出的文件';
diff --git a/lang/zh_cn_utf8/install.php b/lang/zh_cn_utf8/install.php
index 749a827dea2..521f27ce48d 100644
--- a/lang/zh_cn_utf8/install.php
+++ b/lang/zh_cn_utf8/install.php
@@ -65,9 +65,8 @@ $string['magicquotesruntimehelp'] = 'php_value magic_quotes_runtime Off
-
如果您不能访问php.ini文件,也许您可以把下面的内容添加到Moodle目录中名为.htaccess的文件中:
+php_value magic_quotes_runtime Off'; $string['memorylimit'] = '内存限制'; $string['memorylimiterror'] = 'PHP内存限制设置的太低了...以后您会遇到问题的。'; $string['memorylimithelp'] = '
您的服务器的PHP内存限制是${a}。
@@ -79,7 +78,7 @@ $string['memorylimithelp'] = '您的服务器的PHP内存限制是${a}。
php_value memory_limit 16M+
php_value memory_limit 16M
然而,在一些服务器上这会让所有PHP页面无法正常工作(在访问页面时会有错误),因此您可能不得不删除.htaccess文件。
其中有关于如何确认并完成本次密码更改的简单说明。
+
其中有关于如何确认并完成本次密码更改的简单说明。
如果你还是有困难,请联系网站管理员。';
$string['emailpasswordsent'] = '谢谢你对更改密码做了确认。
一封包含着新密码的邮件已经发送到你的邮箱
$a->E-mail中。
@@ -593,7 +593,7 @@ $string['loginguest'] = '作为访客登录';
$string['loginsite'] = '登录该站';
$string['loginsteps'] = '嗨,你好! 为了完全访问所有课程,你必须花一两分钟时间申请一个新帐号。各个课程可能还需要一个一次性的“选课密钥”,用过一次以后就不再需要。请按以下步骤进行:
-
嗨!
为了完全访问课程你必须申请一个新帐号。
-你所需要做的是创建一个用户名和密码,并在本页面中使用。
+
你所需要做的是创建一个用户名和密码,并在本页面中使用。
如果别人已经申请了相同的用户名,只好请你委屈一下用别的用户名重试。
'; $string['loginto'] = '登录到{$a}'; $string['loginusing'] = '用你的用户名和密码在此登录'; @@ -892,7 +892,7 @@ $string['screenshot'] = '抓屏'; $string['search'] = '搜索'; $string['searchagain'] = '再次搜索'; $string['searchcourses'] = '搜索课程'; -$string['searchhelp'] = '你可以使用多关键字搜索。word: 搜索任何包含该关键字的内容。
+word: 严格匹配。
-word: 结果中不含该关键词。';
+$string['searchhelp'] = '你可以使用多关键字搜索。
word: 搜索任何包含该关键字的内容。
+word: 严格匹配。
-word: 结果中不含该关键词。';
$string['searchresults'] = '搜索结果';
$string['sec'] = '秒';
$string['secs'] = '秒';
diff --git a/lang/zh_cn_utf8/resource.php b/lang/zh_cn_utf8/resource.php
index 9ebebd6fc52..fdbae300fdd 100644
--- a/lang/zh_cn_utf8/resource.php
+++ b/lang/zh_cn_utf8/resource.php
@@ -25,7 +25,7 @@ $string['examplereference'] = 'Tobin, K. & Tippins, D (1993) Constructivism as a
$string['exampleurl'] = 'http://www.example.com/somedirectory/somefile.html';
$string['fetchclienterror'] = 'An error was found with your web client while trying to retrieve the web page (possibly a wrong URL).';
$string['fetcherror'] = 'An error was found while trying to retrieve the web page.';
-$string['fetchservererror'] = 'An error was found with the remote server while trying to retrieve the web page (possibly a program error).
YO, NHtιw]Ȭ.
LצpϥΪ̬ҥiHnJק.";
+$string['auth_dbextrafields'] = ". AiHܱNϥΪ̱bƱq~ɸƮw ^w].
YO, NHtιw]Ȭ.
LצpϥΪ̬ҥiHnJק.";
$string['auth_dbfieldpass'] = "]tKXW";
$string['auth_dbfielduser'] = "]tbW٪W";
$string['auth_dbhost'] = "ƮwҦbq.";
@@ -12,7 +12,7 @@ $string['auth_dbpass'] = "
$string['auth_dbpasstype'] = "Specify the format that the password field is using. MD5 encryption is useful for connecting to other common web applications like PostNuke";
$string['auth_dbtable'] = "ƮwƪW";
$string['auth_dbtitle'] = "ϥΥ~ɸƮw";
-$string['auth_dbtype'] = "Ʈw榡 (i@BаѨADOdb )";
+$string['auth_dbtype'] = "Ʈw榡 (i@BаѨADOdb )";
$string['auth_dbuser'] = "iŪƮwϥΪ̦W";
$string['auth_emaildescription'] = "HqllT{bOtιw]{Ҥ覡. ϥΪ̥ӽбb, ܱbWٻPKX, tαNHqlleXT{T. ӽЪ̶\ŪqllUeT{sҰʱbϥv. HWʧ@un@Yi,inbWٻPKX۲ūKinJ.";
$string['auth_emailtitle'] = "qllT{";
@@ -33,7 +33,7 @@ $string['auth_ldapdescription'] = "This method provides authentication against a
entry in its database. This module can read user attributes from LDAP and prefill
wanted fields in Moodle. For following logins only the username and
password are checked.";
-$string['auth_ldapextrafields'] = "These fields are optional. You can choose to pre-fill some Moodle user fields with information from the LDAP fields that you specify here.
If you leave these fields blank, then nothing will be transferred from LDAP and Moodle defaults will be used instead.
In either case, the user will be able to edit all of these fields after they log in.";
+$string['auth_ldapextrafields'] = "These fields are optional. You can choose to pre-fill some Moodle user fields with information from the LDAP fields that you specify here.
If you leave these fields blank, then nothing will be transferred from LDAP and Moodle defaults will be used instead.
In either case, the user will be able to edit all of these fields after they log in.";
$string['auth_ldaptitle'] = "Use an LDAP server";
$string['auth_nntpdescription'] = "This method uses an NNTP server to check whether a given username and password is valid.";
$string['auth_nntphost'] = "The NNTP server address. Use the IP number, not DNS name.";
diff --git a/lang/zh_tw/forum.php b/lang/zh_tw/forum.php
index 2f9b4ba3d9c..e7dd28c5551 100644
--- a/lang/zh_tw/forum.php
+++ b/lang/zh_tw/forum.php
@@ -60,15 +60,15 @@ $string['noguestpost'] = "
$string['noposts'] = "Ld";
$string['nopostscontaining'] = "䤣 '\$a' d";
$string['nosubscribers'] = "|Hq\Qװ";
-$string['nownotsubscribed'] = "\$a->name N|ƻs '\$a->forum' deqll.";
-$string['nowsubscribed'] = "\$a->name N|ƻs '\$a->forum' deqll.";
+$string['nownotsubscribed'] = "\$a->name N|ƻs '\$a->forum' deqll.";
+$string['nowsubscribed'] = "\$a->name N|ƻs '\$a->forum' deqll.";
$string['numposts'] = "\$a d";
$string['olderdiscussions'] = "LQ";
$string['openmode0'] = "sWDDΦ^d";
$string['openmode1'] = "sWDD, iH^d";
$string['openmode2'] = "\sWDDΦ^d";
$string['parentofthispost'] = "d^W@gQ";
-$string['postadded'] = "Adw\[JQװ.
A \$a iHקde.";
+$string['postadded'] = "Adw\[JQװ.
A \$a iHקde.";
$string['postincontext'] = "˵de";
$string['postmailinfo'] = "oOiKb \$a @gd.
ЫHUsHK^de:";
diff --git a/lang/zh_tw/moodle.php b/lang/zh_tw/moodle.php
index b97e50b3021..d5ff0e9ada3 100644
--- a/lang/zh_tw/moodle.php
+++ b/lang/zh_tw/moodle.php
@@ -63,7 +63,7 @@ $string['configlangdir'] = "Most languages are printed left-to-right, but some,
$string['configlocale'] = "Choose a sitewide locale - this will affect the format and language of dates. You need to have this locale data installed on your operating system. (eg en_US or es_ES). If you don't know what to choose leave it blank.";
$string['configlongtimenosee'] = "If students haven't logged in for a very long time, then they are automatically unsubscribed from courses. This parameter specifies that time limit.";
$string['configmaxeditingtime'] = "This specifies the amount of time people have to re-edit forum postings, journal feedback etc. Usually 30 minutes is a good value.";
-$string['configproxyhost'] = "If this server needs to use a proxy computer (eg a firewall) to access the Internet, then provide the proxy hostname and port here. Otherwise leave it blank.";
+$string['configproxyhost'] = "If this server needs to use a proxy computer (eg a firewall) to access the Internet, then provide the proxy hostname and port here. Otherwise leave it blank.";
$string['configslasharguments'] = "Files (images, uploads etc) are provided via a script using 'slash arguments' (the second option here). This method allows files to be more easily cached in web browsers, proxy servers etc. Unfortunately, some PHP servers don't allow this method, so if you have trouble viewing uploaded files or images (eg user pictures), set this variable to the first option";
$string['configsmtphosts'] = "Give the full name of one or more local SMTP servers that Moodle should use to send mail (eg 'mail.a.com' or 'mail.a.com;mail.b.com'). If you leave it blank, Moodle will use the PHP default method of sending mail.";
$string['configsmtpuser'] = "If you have specified an SMTP server above, and the server requires authentication, then enter the username and password here.";
@@ -137,9 +137,9 @@ $string['emailconfirmation'] = "
wA[J '\$a->sitename' tκz
\$a->admin qW,";
-$string['emailconfirmsent'] = "
tΤwgeXqll \$a -
Te]tpU. -
о\ApHl UT{s KinJt, YODЩMtκz̳s."; +$string['emailconfirmsent'] = "
tΤwgeXqll \$a +
Te]tpU. +
о\ApHl UT{s KinJt, YODЩMtκz̳s.
"; $string['emaildisplay'] = "qllT"; $string['emaildisplaycourse'] = "Ȥ\LҦ[ݧڪqll"; $string['emaildisplayno'] = "çڪqll,H["; @@ -253,16 +253,16 @@ $string['loginsite'] = " $string['loginsteps'] = "An! YnϥΥ\AbU. ҵ{iٻݭn}ұЮvҳ]wMݱKX п`HUBJ: -ݭnU~iiJҵ{. -
AݭnӽФ@ bW٩MKX HKinJtΪʧ@!
-pAҿw bW٤wgHnO hݭnJsW."; + iJҵ{ ӥuݭnnJKiAiJҵ{, ݭnAJҵ{MݱKX
!
ݭnU~iiJҵ{.
+AݭnӽФ@ bW٩MKX HKinJtΪʧ@!
+pAҿw bW٤wgHnO hݭnJsW.
"; $string['loginto'] = "nJ \$a"; $string['loginusing'] = "пJ bWٻPKX inJ"; $string['logout'] = "nX"; @@ -375,10 +375,10 @@ $string['passwordchanged'] = " $string['passwordrecovery'] = "ШUڵnJ"; $string['passwordsdiffer'] = "KX۲"; $string['passwordsent'] = "wgeXKX"; -$string['passwordsenttext'] = "tΥHqlleXT \$a->email. -
о\AlHos]w{ɱKX -
snJiHiJ - link> קאּAӤHnKX."; +$string['passwordsenttext'] = "
tΥHqlleXT \$a->email.
+о\AlHos]w{ɱKX
+snJiHiJ + link\"> קאּAӤHnKX.
"; $string['people'] = "ϥΪ"; $string['personalprofile'] = "ӤH"; $string['phone'] = "q"; @@ -476,7 +476,7 @@ $string['upload'] = " $string['uploadafile'] = "Wɮ"; $string['uploadthisfile'] = "Wɮ"; $string['userdeleted'] = "ϥΪ̱bwQR"; -$string['userdescription'] = "ӤH²GѮvмg:
~ǮըtŻP
оǮդά";
+$string['userdescription'] = "ӤH²G
ǥͽмg:
Ǯ/~/ZO
Ѯvмg:
~ǮըtŻP
оǮդά";
$string['username'] = "bW";
$string['usernameexists'] = "bW٭(wQϥ), ХtsW";
$string['userprofilefor'] = " \$a ӤH]w";
@@ -520,7 +520,7 @@ $string['studentmodesure']="
$string['applyteacheraccount']="ӽФ@ӱЮvb";
$string['entername']="JmW";
$string['donothaveemail']="Sqll:إ߱b";
-$string['forgotpasswordnoemail']="