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'] = 'Paroles maiņas URL'; $string['auth_fcconnfail'] = 'Savienojuma izveide neizdevās, kļūdas numurs: $a[0], kļūdas virkne: $a[1]'; $string['auth_fccreators'] = 'To grupu saraksts, kuru dalībniekiem atļauts veidot jaunus kursus. Atsevišķās grupas atdaliet ar “;”. Nosaukumi jānorāda precīzi kā FirstClass serverī. Sistēma ir reģistrjutīga.'; $string['auth_fccreators_key'] = 'Autori'; $string['auth_fcdescription'] = 'Šī metode izmanto FirstClass serveri, lai pārbaudītu, vai norādītais lietotājvārds un parole ir derīgi.'; $string['auth_fcfppport'] = 'Servera ports (visbiežāk tiek izmantots 3333)'; $string['auth_fcfppport_key'] = 'Ports'; $string['auth_fchost'] = 'FirstClass servera adrese. Izmantojiet IP numuru vai DNS nosaukumu.'; $string['auth_fchost_key'] = 'Resursdators:'; $string['auth_fcpasswd'] = 'Norādītā konta parole.'; $string['auth_fcpasswd_key'] = 'Parole'; $string['auth_fctitle'] = 'FirstClass serveris'; $string['auth_fcuserid'] = 'FirstClass konta lietotāja ID ar iestatītām tiesībām “Subadministrator”.'; $string['auth_fcuserid_key'] = 'Lietotāja ID';
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |