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: af, ar, be, bg, bn, bs, ca, cs, cy, da, de, de_du, el 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'] = 'Password-change URL'; $string['auth_fcconnfail'] = 'Connection failed with Errno: $a[0] and Error String: $a[1]'; $string['auth_fccreators'] = 'Λίστα των ομάδων των οποίων τα μέλη επιτρέπεται να δημιουργήσουν νέα μαθήματα. Διαχωρίστε πολλαπλές ομάδες με \';\'. Τα ονόματα πρέπει είναι γραμμένα όπως στο FirstClass server . Το σύστημα είναι case-sensitive.'; $string['auth_fccreators_key'] = 'Creators'; $string['auth_fcdescription'] = 'Αυτή η μέθοδος χρησιμοποιεί το FirstClass server για να ελέγξει εάν ένα δοσμένο όνομα χρήστη και συνθηματικό είναι έγκυρα.'; $string['auth_fcfppport'] = 'Θύρα server (3333 είναι η περισσότερο σύνηθες)'; $string['auth_fcfppport_key'] = 'Port'; $string['auth_fchost'] = 'Η διεύθυνση του FirstClass server. Χρησιμοποιήστε τον αριθμό IP ή το όνομα DNS.'; $string['auth_fchost_key'] = 'Host'; $string['auth_fcpasswd'] = 'Κωδικός πρόσβασης για τον πιο πάνω λογαριασμό.'; $string['auth_fcpasswd_key'] = 'Password'; $string['auth_fctitle'] = 'Χρήση ενός FirstClass server'; $string['auth_fcuserid'] = 'Userid για τον λογαριασμό FirstClass με τα προνόμια ορισμένα ως \'Subadministrator\''; $string['auth_fcuserid_key'] = 'User ID';
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |