[moodle] / lang / zh_cn_utf8 / auth_mnet.php Repository:

View of /lang/zh_cn_utf8/auth_mnet.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (download) (annotate)
Fri Oct 9 14:55:08 2009 WST (6 weeks, 3 days ago) by samhemelryk
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +12 -5 lines
lang MDL-19468 Creation of auth_* files and required copy to/from of related language strings
For each language pack auth_PLUGIN.php files have been created and any strings relating to those modules have been copied (not moved) from auth.php into the auth_PLUGIN file. At the same time if the plugin file existed already we ensured that strings defined within it were copied in auth.php.
Language packs in this commit: sr, sr_lt, sv, ta, ta_lk, th, tl, to, tr, uk, ur, uz, vi, zh_cn, zh_tw
All language packs are being altered in this way, I will be testing and commiting in groups.
<?php

// All of the language strings in this file should also exist in
// auth.php to ensure compatibility in all versions of Moodle.

$string['auth_mnet_auto_add_remote_users'] = '当设置为“是”时,当远程用户第一次登录时,本地用户记录将会自动创建。';
$string['auth_mnet_roamin'] = '这些主机的用户不能进入您的站点。';
$string['auth_mnet_roamout'] = '您的用户可以进入到这些主机的站点中。';
$string['auth_mnet_rpc_negotiation_timeout'] = '通过 XMLRPC 进行认证时的超时时间(秒)。';
$string['auth_mnetdescription'] = '通过在您的 Moodle 网络设置中允许用户通过信赖的主机认证。';
$string['auth_mnettitle'] = 'Moodle 网络认证';
$string['auto_add_remote_users'] = '自动添加远程用户';
$string['rpc_negotiation_timeout'] = 'RPC 超时';
$string['sso_idp_description'] = '发布该服务后,用户浏览到 {$a} Moodle 站点时无需重新登录。<ul><li><em>依赖性</em>: 您必须<strong>订阅</strong> {$a} 上的 SSO (Service Provider)服务。</li></ul><br />定义该服务后,用户从 {$a} 访问到您的 Moodle 站点时无需重新登录。<ul><li><em>依赖性</em>: 同时您必须向 {$a} <strong>发布</strong> SSO (Service Provider) 服务。</li></ul><br />';
$string['sso_idp_name'] = 'SSO(Identity Provider)';
$string['sso_mnet_login_refused'] = '不允许用户 {$a[0]} 从 {$a[1]} 登录。';
$string['sso_sp_description'] = '发布该服务后,则允许 {$a} 上的认证用户访问 您的Moodle 站点时无需重新登录。<ul><li><em>依赖性</em>: 您必须<strong>订阅</strong> {$a} 上的 SSO (Identity Provider) 服务。</li></ul><br />定义该服务后,用户从 {$a} 访问到您的 Moodle 站点时无需重新登录。<ul><li><em>依赖性</em>: 同时您必须向 {$a} <strong>发布</strong> SSO (Identity Provider) 服务。</li></ul><br />';
$string['sso_sp_name'] = 'SSO(Service Provider)';

Moodle CVS Admin
ViewVC Help
Powered by ViewVC 1.0.7