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_fcchangepasswordurl'] = '變更密碼的網址'; $string['auth_fcconnfail'] = '連線失敗錯誤代碼: $a[0] 與訊息: $a[1]'; $string['auth_fccreators'] = '列出允許開課的會員群組,可以用;分割多個群組,名稱必須與第一層伺服器相符,系統大小寫是代表不同的字元。'; $string['auth_fccreators_key'] = '建立者'; $string['auth_fcdescription'] = '這個方法使用一個第一層伺服器檢查用戶名稱與密碼是否有效'; $string['auth_fcfppport'] = '伺服器連接埠(通常是3333)'; $string['auth_fcfppport_key'] = '連接埠'; $string['auth_fchost'] = '第一層伺服器位址,可使用ip或dns名稱'; $string['auth_fchost_key'] = '主機:'; $string['auth_fcpasswd'] = '第一層伺服器上帳號的密碼'; $string['auth_fcpasswd_key'] = '密碼'; $string['auth_fctitle'] = '使用一部第一層伺服器'; $string['auth_fcuserid'] = '擁有第一層伺服器助理管理員權限的用戶帳號'; $string['auth_fcuserid_key'] = '用戶帳號';
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |