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_nntpchangepasswordurl_key'] = '變更密碼網址'; $string['auth_nntpdescription'] = '該方法使用一個NNTP伺服器來檢驗使用者名和密碼是否有效。'; $string['auth_nntphost'] = 'NNTP伺服器位址。用IP地址,不要用功能變數名稱。'; $string['auth_nntphost_key'] = '主機'; $string['auth_nntpnotinstalled'] = '無法使用 NNTP 認證,PHP 的 IMAP 模組未安裝。'; $string['auth_nntpport'] = '伺服器埠(通常是119)'; $string['auth_nntpport_key'] = '連接埠'; $string['auth_nntptitle'] = '使用一個NNTP伺服器';
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |