From 30d5b943bd6993d6aaa3529edc29d69c85675d9c Mon Sep 17 00:00:00 2001 From: koenr Date: Sat, 9 Apr 2005 18:44:38 +0000 Subject: [PATCH] string files should be XHTML compliant now --- lang/zh_cn_utf8/auth.php | 4 ++-- lang/zh_cn_utf8/glossary.php | 2 +- lang/zh_cn_utf8/install.php | 7 +++---- lang/zh_cn_utf8/moodle.php | 8 ++++---- lang/zh_cn_utf8/resource.php | 4 ++-- lang/zh_cn_utf8/survey.php | 4 ++-- lang/zh_tw/auth.php | 6 +++--- lang/zh_tw/forum.php | 6 +++--- lang/zh_tw/moodle.php | 38 ++++++++++++++++++------------------ lang/zh_tw/resource.php | 30 +--------------------------- lang/zh_tw/survey.php | 2 +- 11 files changed, 41 insertions(+), 70 deletions(-) diff --git a/lang/zh_cn_utf8/auth.php b/lang/zh_cn_utf8/auth.php index 00254385d93..1f89c04e733 100644 --- a/lang/zh_cn_utf8/auth.php +++ b/lang/zh_cn_utf8/auth.php @@ -75,7 +75,7 @@ $string['auth_ldapdescription'] = '该方法利用一个外部的LDAP服务器 该模块可以从LDAP中读取用户属性,并把指定的字段预先填入本系统数据库。 此后的登录只需检验用户名和密码。'; -$string['auth_ldapextrafields'] = '这些字段是可选的。你可以在此指定这些LDAP字段复制到本系统的数据库中。

如果你不选,将使用本系统默认值。

无论以上何种情况,用户在登录之后都可以修改这些字段。

'; +$string['auth_ldapextrafields'] = '这些字段是可选的。你可以在此指定这些LDAP字段复制到本系统的数据库中。
如果你不选,将使用本系统默认值。
无论以上何种情况,用户在登录之后都可以修改这些字段。'; $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'] = '

更新本地数据: 如果开启,则用户每次登录或有用户同步时字段将会被更新。设定为本地更新的字段应当被锁住。'; +$string['auth_updatelocal_expl'] = '

更新本地数据: 如果开启,则用户每次登录或有用户同步时字段将会被更新。设定为本地更新的字段应当被锁住。

'; $string['auth_updateremote'] = '更新外部数据'; $string['auth_updateremote_expl'] = '

更新外部数据: 如果开启,则外部认证系统中的用户记录将被更新。要修改这个选项需首先解锁字段。

'; $string['auth_updateremote_ldap'] = '

注意: 更新外部LDAP数据需要您设定的binddn和binddw是有权限修改所有用户记录的用户。它目前不能保持多值属性的值,会在更新时删除其它的值。

'; diff --git a/lang/zh_cn_utf8/glossary.php b/lang/zh_cn_utf8/glossary.php index fb23ef5b0d6..bb13b46ff61 100644 --- a/lang/zh_cn_utf8/glossary.php +++ b/lang/zh_cn_utf8/glossary.php @@ -86,7 +86,7 @@ $string['explainaddentry'] = 'Add a new entry to the current glossary.
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['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'] = '

运行时的Magic Quotes应当关闭,

通常缺省时它是关闭的...参考php.ini文件中的magic_quotes_runtime设置。

-

如果您不能访问php.ini文件,也许您可以把下面的内容添加到Moodle目录中名为.htaccess的文件中: -

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并使用--enable-memory-limit选项。这允许Moodle自己设定内存限制。
  • 如果可以访问php.ini文件,您可以修改memory_limit的设置为其它值如16M。如果您无法访问,可以让您的管理员帮您修改一下。
  • 在一些PHP服务器上,您可以在Moodle目录中创建一个.htaccess文件并包含如下内容: -

    php_value memory_limit 16M

    +
    php_value memory_limit 16M

    然而,在一些服务器上这会让所有PHP页面无法正常工作(在访问页面时会有错误),因此您可能不得不删除.htaccess文件。

  • '; $string['mysqlextensionisnotpresentinphp'] = 'PHP的MySQL扩展并未安装正确,因此无法与MySQL通信。请检查您的php.ini文件或重新编译PHP。'; diff --git a/lang/zh_cn_utf8/moodle.php b/lang/zh_cn_utf8/moodle.php index f36fa0c34ff..684118f096a 100644 --- a/lang/zh_cn_utf8/moodle.php +++ b/lang/zh_cn_utf8/moodle.php @@ -378,7 +378,7 @@ $string['emailpasswordconfirmation'] = '{$a->lastname}: $string['emailpasswordconfirmationsubject'] = '$a: 确认更改密码'; $string['emailpasswordconfirmsent'] = '一封E-mail已经发送到你的邮箱$a。 -

    其中有关于如何确认并完成本次密码更改的简单说明。 +
    其中有关于如何确认并完成本次密码更改的简单说明。 如果你还是有困难,请联系网站管理员。'; $string['emailpasswordsent'] = '谢谢你对更改密码做了确认。 一封包含着新密码的邮件已经发送到你的邮箱
    $a->E-mail中。
    @@ -593,7 +593,7 @@ $string['loginguest'] = '作为访客登录'; $string['loginsite'] = '登录该站'; $string['loginsteps'] = '嗨,你好! 为了完全访问所有课程,你必须花一两分钟时间申请一个新帐号。各个课程可能还需要一个一次性的“选课密钥”,用过一次以后就不再需要。请按以下步骤进行: -

      +
      1. 填写注册新帐号上的关于个人情况的表单。
      2. @@ -612,7 +612,7 @@ $string['loginsteps'] = '嗨,你好! 为了完全访问所有课程,你必
      '; $string['loginstepsnone'] = '

      嗨!

      为了完全访问课程你必须申请一个新帐号。

      -

      你所需要做的是创建一个用户名和密码,并在本页面中使用。

      +

      你所需要做的是创建一个用户名和密码,并在本页面中使用。

      如果别人已经申请了相同的用户名,只好请你委屈一下用别的用户名重试。

      '; $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).

      '; +$string['fetchservererror'] = 'An error was found with the remote server while trying to retrieve the web page (possibly a program error).'; $string['filename'] = '文件名'; $string['fulltext'] = '全文'; $string['htmlfragment'] = 'HTML片段'; @@ -46,7 +46,7 @@ $string['newwindow'] = '新窗口'; $string['newwindowopen'] = '在新窗口打开'; $string['note'] = '注意'; $string['notefile'] = '要上载更多文件到课程中(这样它们就会出现于该列表),请用 -文件管理器.'; +文件管理器.'; $string['notypechosen'] = '你必需选择一个类型。用浏览器的后退按钮退回并重试。'; $string['popupresource'] = '该资源将出现在一个弹出窗口中.'; $string['popupresourcelink'] = '若不行, 点击这里: $a'; diff --git a/lang/zh_cn_utf8/survey.php b/lang/zh_cn_utf8/survey.php index 33caaecc2da..bcca3e66188 100644 --- a/lang/zh_cn_utf8/survey.php +++ b/lang/zh_cn_utf8/survey.php @@ -121,7 +121,7 @@ $string['collesaintro'] = "该问卷调查的目的是为了了解这个在线 非常感谢!"; $string['collesaname'] = "建构主义在线学习环境问卷调查(实际的)"; $string['collesapintro'] = "该问卷调查的目的是为了了解这个在线单元对促进你的学习有多大的作用。 -以下有24个问题,每个问题要求你比较在此单元中,你所希望的(理想的)和实际的体会。 +以下有24个问题,每个问题要求你比较在此单元中,你所希望的(理想的)和实际的体会。 这里无所谓“正确”或“错误”答案;我们只对你的观点感兴趣。请相信我们对你的回答保持高度机密,也不必担心会影响对你的评分。 你深思熟虑的回答将有助于我们对该单元作进一步的改善。 非常感谢!"; @@ -140,7 +140,7 @@ $string['collesm6'] = "解释的清晰程度"; $string['collesm6short'] = "解释的清晰程度"; $string['collesmintro'] = "在此在线单元中……"; $string['collespintro'] = "该问卷调查的目的是为了了解你对网上学习的看法如何。 -以下有24个问题,每个问题要求你回答在此单元中,你所希望的(理想的)。 +以下有24个问题,每个问题要求你回答在此单元中,你所希望的(理想的)。 这里无所谓“正确”或“错误”答案;我们只对你的观点感兴趣。请相信我们对你的回答保持高度机密,也不必担心会影响对你的评分。 你深思熟虑的回答将有助于我们对该单元作进一步的改善。 非常感谢!"; diff --git a/lang/zh_tw/auth.php b/lang/zh_tw/auth.php index 7f9ddc2b423..1da9a91ed6b 100644 --- a/lang/zh_tw/auth.php +++ b/lang/zh_tw/auth.php @@ -3,7 +3,7 @@ $string['auth_dbdescription'] = "q~ɸƮwˬd bWٻPKXO_۲. YO@ӷsbƮwLƤ]|Q쥻t."; -$string['auth_dbextrafields'] = ". AiHܱNϥΪ̱bƱq~ɸƮw ^񬰹w].

      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]tp󧹦U. -

      о\ApHl UT{s KinJt, YODЩMtκ޲z̳s."; +$string['emailconfirmsent'] = "

      tΤwgeXqll \$a +

      Te]tp󧹦U. +

      о\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: -
        -
      1. Щ ӽзsb 椤JӤH. -
      2. ̾ګܧU,inJʧ@. -
      3. nJпܷQnѥ[ҵ{. +
          +
        1. Щ ӽзsb 椤JӤH.
        2. +
        3. ̾ګܧU,inJʧ@.
        4. +
        5. nJпܷQnѥ[ҵ{.
          ҵ{}ұЮvi|]wMݱKX, hݭnoMݱKX~iJ(Ȼݪ즸iJҵ{ɿJ) - iJҵ{ ӥuݭnnJKiAiJҵ{, ݭnAJҵ{MݱKX -
        "; -$string['loginstepsnone'] = "!

        ݭnU~iiJҵ{. -

        AݭnӽФ@ bW٩MKX HKinJtΪʧ@!

        -pAҿw bW٤wgHnO hݭnJsW."; + iJҵ{ ӥuݭnnJKiAiJҵ{, ݭnAJҵ{MݱKX

      4. +
      "; +$string['loginstepsnone'] = "

      !

      ݭ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
      ǥͽмg:
      Ǯ/~/ZO

      Ѯ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']="


      ӽбbɨåJqll, +$string['forgotpasswordnoemail']="ӽбbɨåJqll, pAiJҵ{ЮvAбЮvNAKXs]wD ҵ{Ѯv]KXAsKXNPҵ{KXۦP]nJiۦק^"; $string['onlinecount']="ثeǶuWH \$a H"; diff --git a/lang/zh_tw/resource.php b/lang/zh_tw/resource.php index 87d84d3b6f6..c66864e6954 100644 --- a/lang/zh_tw/resource.php +++ b/lang/zh_tw/resource.php @@ -1,29 +1 @@ -ɮ׺޲zWɮ. Wɮ׳|ܦb椤"; -$string['notypechosen'] = "Хܸ귽A. Ц^eդ@."; -$string['resourcetype'] = "귽A"; -$string['resourcetype1'] = "m"; -$string['resourcetype2'] = "κ(ǶU)"; -$string['resourcetype3'] = "wWɮ"; -$string['resourcetype4'] = "¤re"; -$string['resourcetype5'] = "~s"; -$string['resourcetype6'] = "e"; -$string['resourcetype7'] = "{"; - -?> +ɮ׺޲zWɮ. Wɮ׳|ܦb椤"; $string['notypechosen'] = "Хܸ귽A. Ц^eդ@."; $string['resourcetype'] = "귽A"; $string['resourcetype1'] = "m"; $string['resourcetype2'] = "κ(ǶU)"; $string['resourcetype3'] = "wWɮ"; $string['resourcetype4'] = "¤re"; $string['resourcetype5'] = "~s"; $string['resourcetype6'] = "e"; $string['resourcetype7'] = "{"; ?> \ No newline at end of file diff --git a/lang/zh_tw/survey.php b/lang/zh_tw/survey.php index 5925b3bb666..7dce37d189b 100644 --- a/lang/zh_tw/survey.php +++ b/lang/zh_tw/survey.php @@ -114,7 +114,7 @@ $string['collesaintro'] = " D`§AX@!"; $string['collesaname'] = "DzҰݨ(ڪPı)"; $string['collesapintro'] = "ݨتOFAѥuWDz߳椸쩳ADzߦ˪U. -HU24ӰDNPɸ߰ݧAҴݪìPڨϥΫ᪺Pı. +HU24ӰDNPɸ߰ݧAҴݪìPڨϥΫ᪺Pı. Sҿ׹; ڭ̦쪺OA[IPQk. iHOҪOA^|QuKӥBMǴZL. A{u^NUڭ̧ﵽuWҵ{,ϱoӨϥήɧ[\!