mirror of
https://github.com/moodle/moodle.git
synced 2025-01-25 01:28:54 +01:00
13 lines
382 B
PHP
13 lines
382 B
PHP
|
<?PHP // $Id$
|
|||
|
// auth.php - created with Moodle 1.0.8.1 (2003011200)
|
|||
|
|
|||
|
|
|||
|
$string['auth_ldaptitle'] = "U<EFBFBD>yj serwera LDAP ";
|
|||
|
$string['guestloginbutton'] = "Zaloguj si<73> jako go<67><6F>";
|
|||
|
$string['instructions'] = "Instrukcje";
|
|||
|
$string['md5'] = "kodowanie MD5";
|
|||
|
$string['plaintext'] = "Zwyk<EFBFBD>y text";
|
|||
|
$string['showguestlogin'] = "Mo<EFBFBD>esz ukry<72> b<>d<EFBFBD> pokaza<7A> przycisk logowania go<67>cia";
|
|||
|
|
|||
|
?>
|