<?php
// This file is part of Moodle - https://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle.  If not, see <https://www.gnu.org/licenses/>.

/**
 * Automatically generated strings for Moodle installer
 *
 * Do not edit this file manually! It contains just a subset of strings
 * needed during the very first steps of installation. This file was
 * generated automatically by export-installer.php (which is part of AMOS
 * {@link https://moodledev.io/general/projects/api/amos}) using the
 * list of strings defined in install/stringnames.txt file.
 *
 * @package   installer
 * @license   https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */

defined('MOODLE_INTERNAL') || die();

$string['cannotcreatedboninstall'] = '<p> डेटाबेस नहीं बना सकता है। </p> <p> निर्दिष्ट डेटाबेस मौजूद नहीं है और दिए गए उपयोगकर्ता के पास डेटाबेस बनाने की अनुमति नहीं है। </p> <p> साइट प्रशासक को डेटाबेस विन्यास को सत्यापित करना चाहिए। </p>';
$string['cannotcreatelangdir'] = 'लैंग निर्देशिका नहीं बना सकता है';
$string['cannotcreatetempdir'] = 'अस्थायी निर्देशिका नहीं बना सकता है';
$string['cannotdownloadcomponents'] = 'घटकों को डाउनलोड नहीं कर सकते';
$string['cannotdownloadzipfile'] = 'ज़िप दाखिल करना डाउनलोड नहीं कर सकते';
$string['cannotfindcomponent'] = 'अवयव नहीं मिल रहा है';
$string['cannotsavemd5file'] = 'md5  दाखिल करना को सहेज नहीं सकते';
$string['cannotsavezipfile'] = 'ज़िप दाखिल करना को सहेज नहीं सकते';
$string['cannotunzipfile'] = 'दाखिल करना को अनज़िप नहीं कर सकते';
$string['componentisuptodate'] = 'अवयव अद्यतित है';
$string['dmlexceptiononinstall'] = '<p>डेटाबेस में त्रुटि आ गई है [{$a->errorcode}]।<br />{$a->debuginfo}</p>';
$string['downloadedfilecheckfailed'] = 'डाउनलोड की गई दाखिल करना जाँच विफल रही';
$string['invalidmd5'] = 'चेक चर गलत था-फिर से कोशिश करें';
$string['missingrequiredfield'] = 'कुछ अपेक्षित क्षेत्र गायब है';
$string['remotedownloaderror'] = '<p>आपके सर्वर पर कंपोनेंट डाउनलोड करने में विफलता मिली। कृपया प्रॉक्सी सेटिंग्स की जाँच करें; PHP cURL एक्सटेंशन का उपयोग करने की अत्यधिक अनुशंसा की जाती है।</p>
<p>आपको <a href="{$a->url}">{$a->url}</a> फ़ाइल को मैन्युअल रूप से डाउनलोड करना होगा, इसे अपने सर्वर के "{$a->dest}" फ़ोल्डर में कॉपी करना होगा और वहाँ इसे अनज़िप करना होगा।</p>';
$string['wrongdestpath'] = 'गलत लक्ष्य मार्ग';
$string['wrongsourcebase'] = 'गलत उद्गम URL मूल';
$string['wrongzipfilename'] = 'गलत ज़िप दाखिल करना नाम';
