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: id, is, it, ja, ka, kk, km, ko, lt, lv, mi_tn, mi_wwow, mk, ml, mn, mr, ms 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'] = 'URL ផ្លាស់ប្ដូរពាក្យសម្ងាត់'; $string['auth_fcconnfail'] = 'ការតភ្ជាប់បានបរាជ័យដោយកំហុស ៖ $a[0] និងខ្សែអក្សរកំហុស ៖ $a[1]'; $string['auth_fccreators'] = 'បញ្ជីក្រុមរបស់សមាជិកត្រូវបានអនុញ្ញាតឲ្យបង្កើតវគ្គសិក្សាថ្មី ។ ដាក់ក្រុមច្រើនបំបែកដោយ'; $string['auth_fccreators_key'] = 'អ្នកបង្កើត'; $string['auth_fcdescription'] = 'វិធីសាស្ត្រនេះប្រើម៉ាស៊ីនបម្រើ FisrtClass ដើម្បីពិនិត្យមើលថាតើឈ្មោះអ្នកប្រើ និងពាក្យសម្ងាត់ដែលបានផ្ដល់ត្រឹមត្រូវឬអត់ ។'; $string['auth_fcfppport'] = 'ច្រកម៉ាស៊ីនបម្រើ (ជាទូទៅបំផុតគឺ 3333)'; $string['auth_fcfppport_key'] = 'ច្រក'; $string['auth_fchost'] = 'អាសយដ្ឋានម៉ាស៊ីនបម្រើ FirstClass ។ ប្រើលេខ IP ឬឈ្មោះ DNS ។'; $string['auth_fchost_key'] = 'ម៉ាស៊ីន ៖'; $string['auth_fcpasswd'] = 'ពាក្យសម្ងាត់សម្រាប់គណនីខាងលើ ។'; $string['auth_fcpasswd_key'] = 'ពាក្យសម្ងាត់'; $string['auth_fctitle'] = 'ម៉ាស៊ីនបម្រើ FirstClass'; $string['auth_fcuserid'] = 'លេខសម្គាល់អ្នកប្រើសម្រាប់គណនី FirstClass ដែលកំណត់សិទ្ធិជា \'Subadministrator\' ។'; $string['auth_fcuserid_key'] = 'លេខសម្គាល់អ្នកប្រើ';
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |