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: es_es, es, et, eu, fa, fi, fr, gl, he, hi, hr, hu, hy 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'] = 'Jelszó-módosítási URL'; $string['auth_fcconnfail'] = 'Csatlakozási hiba, száma: $a[0], hibaszöveg: $a[1]'; $string['auth_fccreators'] = 'Azon csoportok felsorolása, amelyek tagjai új kurzusokat hozhatnak létre. A csoportokat ;-vel válassza el. A nevek írása a FirstClass-szerveren megadottal azonos módon történjék. A rendszer különbséget tesz kis- és nagybetűk között.'; $string['auth_fccreators_key'] = 'Szerkesztők'; $string['auth_fcdescription'] = 'A rendszer FirstClass-szerverrel ellenőrzi, hogy a felhasználónév és a jelszó érvényes-e.'; $string['auth_fcfppport'] = 'Szerverport (leggyakrabban a 3333)'; $string['auth_fcfppport_key'] = 'Port'; $string['auth_fchost'] = 'A FirstClass-szerver címe. Használja az IP-számot vagy a DNS-nevet.'; $string['auth_fchost_key'] = 'Gazdagép:'; $string['auth_fcpasswd'] = 'Jelszó a fenti fiókhoz.'; $string['auth_fcpasswd_key'] = 'Jelszó'; $string['auth_fctitle'] = 'FirstClass-szerver'; $string['auth_fcuserid'] = 'Segédrendszergazda-jogosultsággal rendelkező felhasználó FirstClass-azonosítója beállítva.'; $string['auth_fcuserid_key'] = 'Felhasználói azonosító';
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |