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_emailchangecancel'] = 'ई-मेल बदल कॅंन्सल करा.'; $string['auth_emaildescription'] = 'ई-मेल कन्फर्मेशन ही नेहमीची पडताळणी पद्धत आहे.जेव्हा युजर नवीन युजर नेम व पासवर्डने साईन अप होतो तेव्हा कन्फर्मेशन ई-मेल युजरच्या ई-मेल पत्त्यावर पाठवला जातो.ह्या ई-मेलमधील लिंक युजरचे अकाऊंट कन्फर्म करतो.'; $string['auth_emailnoemail'] = 'तुम्हाला ई-मेल पाठवण्य़ाचा प्रयत्न केला पण अयशस्वी झाला.'; $string['auth_emailnoinsert'] = 'तुमच रेकॉर्ड देटाबेसमध्ये भरु शकत नाही.'; $string['auth_emailnowexists'] = 'तुम्ही ज्या ई-मेल पत्त्याला तुमच्या प्रोफाईलला असाईन करु ईच्छित आहात तो दुसर्या कोणाच्यातरी प्रोफाईलला असाईन झाला आहे.म्हणुन तुमची विनंती कॅन्सल करण्यात येत आहे,पण तुम्ही वेगवेगळ्या ई-मेल पत्त्यासाठी प्रयत्न करा.'; $string['auth_emailrecaptcha'] = 'ऑडिओ व विडीओ कन्फर्मेशन फॉर्म इलेमेंट साईन-अप फॉर्मवर स्वतःहुन रजिस्टर करणार्या युजरसाठी ऍड करा.हे तुम्हाला स्पॅमरपासून सुरक्षा देते.अधिक तपशिलासाठी बघा http://recaptcha.net/learnmore.html. <br /><em>PHP cURL एक्सटेंशन गरजेचे आहे.</em>'; $string['auth_emailrecaptcha_key'] = 'एनेबल reCAPTCHA ईलेमेंट.'; $string['auth_emailsettings'] = 'सेटींगस'; $string['auth_emailtitle'] = 'ई-मेलवर आधरीत रेजीस्ट्रेशन'; $string['auth_emailupdate'] = 'ई-मेल बदल'; $string['auth_invalidnewemailkey'] = 'चुक: जर तुम्ही ई-मेल पत्त्त्यामधे झालेला बदल कंफर्म करत असाल तर,आम्ही तुम्हाला ई-मेलने पाटवलेलला URL कॉपी करन्यात तुम्ही चुक केलि असेल. क्रुपया कॉपी कर आणि पुन्हा प्रयत्न करा.'; $string['auth_outofnewemailupdateattempts'] = 'तुम्ही ई-मेलचा पत्ता बदलण्यासाठीची दीलेली संधी पार केली आहे.तुमची बदलासाठीची विनंती नाकारण्यात येत आहे.';
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |