Parent Directory
|
Revision Log
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'] = 'PC 交涉逾時'; $string['sso_idp_description'] = '公開此服務允許您的使用者在$a Moodle 網站漫遊而無需重新登入。 <ul><li><em>相依性</em>: 你也必須<strong>允諾</strong>在$a的SSO (服務提供者) 服務..</li></ul><br />Subscribe to this service to allow authenticated users from $a to access your site without having to re-login. <ul><li><em>Dependency</em>: You must also <strong>publish</strong> the SSO (Service Provider) service to $a.</li></ul><br />'; $string['sso_idp_name'] = 'SSO (身分識別提供者)'; $string['sso_mnet_login_refused'] = '不允許使用者 $a[0] 由 $a[1] 登入。'; $string['sso_sp_description'] = '設定此項服務將允許使用者從$a網站存取您的站台而毋須重新登入。<ul><li><em>信任關係</em>: 您必須同時在$a 單一簽入系統(帳號識別系統)<strong>建立帳號</strong>。</li></ul><br />設定此項服務可讓使用者從$a Moodle站台漫遊到本站,毋須重新登入。<ul><li><em>信任關係</em>: 您必須同時在$a站台<strong>設定</strong>單一簽入系統(帳號識別系統)。</li></ul><br />'; $string['sso_sp_name'] = 'SSO (服務提供者)';
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |