50 lines
3.3 KiB
PHP
50 lines
3.3 KiB
PHP
<?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 http://docs.moodle.org/dev/Languages/AMOS}) using the
|
||
* list of strings defined in /install/stringnames.txt.
|
||
*
|
||
* @package installer
|
||
* @license http://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'] = 'lang ڈائریکٹری نہیں بن سکتی';
|
||
$string['cannotcreatetempdir'] = 'عارضی ڈائریکٹری نہیں بن سکتی';
|
||
$string['cannotdownloadcomponents'] = 'اجزاء کو ڈاؤن لوڈ نہیں کیا جا سکتا';
|
||
$string['cannotdownloadzipfile'] = 'ZIP فائل ڈاؤن لوڈ نہیں ہو سکتی';
|
||
$string['cannotfindcomponent'] = 'جزو نہیں مل سکتا';
|
||
$string['cannotsavemd5file'] = 'md5 فائل کو محفوظ نہیں کیا جا سکتا';
|
||
$string['cannotsavezipfile'] = 'ZIP فائل کو محفوظ نہیں کیا جا سکتا';
|
||
$string['cannotunzipfile'] = 'فائل کو ان زپ نہیں کیا جا سکتا';
|
||
$string['componentisuptodate'] = 'جزو اپ ٹو ڈیٹ ہے';
|
||
$string['dmlexceptiononinstall'] = '<p>ڈیٹا بیس میں خرابی پیدا ہوگئی ہے [{$a->errorcode}]۔<br />{$a->debuginfo}</p>';
|
||
$string['downloadedfilecheckfailed'] = 'ڈاؤن لوڈ فائل کی جانچ ناکام ہوگئی';
|
||
$string['invalidmd5'] = 'چیک متغیر غلط تھا - دوبارہ کوشش کریں';
|
||
$string['missingrequiredfield'] = 'کچھ مطلوبہ فیلڈ غائب ہے';
|
||
$string['remotedownloaderror'] = '<p>آپ کے سرور پر جزو کا ڈاؤن لوڈ ناکام ہو گیا۔ براہ کرم پراکسی ترتیبات کی تصدیق کریں۔ PHP cURL ایکسٹینشن کی انتہائی سفارش کی جاتی ہے۔ آپ کے سرور میں "{$a->dest}" اور اسے وہاں کھول دیں۔</p>';
|
||
$string['wrongdestpath'] = 'غلط منزل کا راستہ';
|
||
$string['wrongsourcebase'] = 'غلط سورس یو آر ایل کی بنیاد';
|
||
$string['wrongzipfilename'] = 'غلط ZIP فائل کا نام';
|