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['CASform'] = 'पडताळणी निवड'; $string['accesCAS'] = 'CAS युजर्स'; $string['accesNOCAS'] = 'ईतर युजर'; $string['auth_cas_auth_user_create'] = 'बाहेरुन युजर्स तयार करने.'; $string['auth_cas_baseuri'] = 'सर्वरचा URI'; $string['auth_cas_baseuri_key'] = 'बेस URI'; $string['auth_cas_broken_password'] = 'तुम्ही पासवर्ड बदलल्याशिवाय पुढे जाऊच शकत नाही,जर पासवर्ड बदलायला काहीच दिसत नसेल तर प्लीज मूडल व्यवस्थापकाशी कॉंन्टॅक्ट करा.'; $string['auth_cas_casversion'] = 'प्रत'; $string['auth_cas_changepasswordurl'] = 'पासवर्ड बदलायचा URL'; $string['auth_cas_create_user'] = 'जर तुम्हाला CAS ने पडताळ्लेले युजर्स डेटाबेसमध्ये ऍड करायचे असतील तर हे ऑन करा नाही तर फक्त मूडल डेटाबेसमध्ये असलेले युजर्सच लॉग-ईन करू शकतात.'; $string['auth_cas_create_user_key'] = 'युजर बनवा.'; $string['auth_cas_enabled'] = 'जर CAS पडताळणी हवी असेल तर हे ऑन करा'; $string['auth_cas_hostname'] = 'CAS सर्वरच्या होस्टच नाव.'; $string['auth_cas_hostname_key'] = 'होस्टच नाव'; $string['auth_cas_invalidcaslogin'] = 'सॉरी,तुमच लॉग-ईन फेल झाल-तुम्हि योग्य युजर नाही आहात.'; $string['auth_cas_language'] = 'निवडलेल्या भाषा'; $string['auth_cas_language_key'] = 'भाषा'; $string['auth_cas_logincas'] = 'सिक्यूर कनेक्शन'; $string['auth_cas_logoutcas'] = 'जर तुम्हाला CAS मधुन लॉग-आऊट व्हायच असेल तर \"होय\" वर क्लिक करा तुम्ही मूडलमधुन डिसकनेकट व्हाल.'; $string['auth_cas_logoutcas_key'] = 'लॉग-आऊट CAS'; $string['auth_cas_multiauth'] = 'जर तुम्हाला अनेक पडताळण्य़ा (CAS+दूसरी पडताळ्णी) हव्य़ा असतील तर \"होय\" वर क्लिक करा.'; $string['auth_cas_multiauth_key'] = 'अनेक पडताळ्णी'; $string['auth_cas_port'] = 'CAS सर्वरचा पोर्ट'; $string['auth_cas_port_key'] = 'पोर्ट'; $string['auth_cas_proxycas'] = 'जर तुम्हाला CAS प्रोक्सी-मोड मध्ये हवा असेल तर \"होय\" वर क्लिक करा.'; $string['auth_cas_proxycas_key'] = 'प्रोक्सी-मोड'; $string['auth_cas_server_settings'] = 'CAS सर्वरच कॉनफिगरेशन'; $string['auth_cas_text'] = 'सिक्यूर कनेक्शन'; $string['auth_cas_use_cas'] = 'CAS वापरा.'; $string['auth_cas_version'] = 'CAS ची प्रत'; $string['auth_casdescription'] = 'ही मेथड युजर पडताळण्य़ासाठी CAS सर्वरचा वापर करते.तुम्ही LDAP पडताळणीचासूदधा वापर करू शकता.जर युजरच नाव व पासवर्ड CAS प्रमाणे योग्य असेल तर मुडल युजर नवीन एंट्री डेटाबेसमध्ये भरतो. खाली दीलेल्या लॉग-ईनमध्ये फक्त युजरच नाव व पासवर्ड चेक करतात.'; $string['auth_casnotinstalled'] = 'CAS पडताळणी वापरू शकत नाही.PHP LDAP मॉडयुल इंस्टॉल केलेल नाही.'; $string['auth_castitle'] = 'CAS सर्वर';
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |