Subversion-Projekte lars-tiefland.ci

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
2418 lars 1
<?php
2
/**
3
 * System messages translation for CodeIgniter(tm)
4
 *
5
 * @author	CodeIgniter community
6
 * @copyright	Copyright (c) 2014-2019, British Columbia Institute of Technology (https://bcit.ca/)
7
 * @license	http://opensource.org/licenses/MIT	MIT License
8
 * @link	https://codeigniter.com
9
 */
10
defined('BASEPATH') OR exit('थेट स्क्रिप्ट प्रवेश परवानगी नाही');
11
 
12
$lang['upload_userfile_not_set'] = 'userfile युजरफाईल नावाचे पोस्ट व्हेरिएबल शोधण्यात अक्षम.';
13
$lang['upload_file_exceeds_limit'] = 'अपलोड केलेली फाईल आपल्या PHP कॉन्फिगरेशन फाईलमधील अनुमत आकारापेक्षा जास्त आहे.';
14
$lang['upload_file_exceeds_form_limit'] = 'अपलोड केलेल्या फाइलने सबमिशन फॉर्मद्वारे अनुमत कमाल आकार ओलांडला आहे.';
15
$lang['upload_file_partial'] = 'फाईल केवळ अर्धवट अपलोड केली गेली.';
16
$lang['upload_no_temp_directory'] = 'टेम्पररी फोल्डर अस्तित्वात नाही.';
17
$lang['upload_unable_to_write_file'] = 'फाईल डिस्कवर लिहिता येणार नाही.';
18
$lang['upload_stopped_by_extension'] = 'फाईल अपलोड एक्सटेंशनसह बंद केली गेली होती.';
19
$lang['upload_no_file_selected'] = 'आपण अपलोड करण्यासाठी फाइल निवडली नाही.';
20
$lang['upload_invalid_filetype'] = 'आपण अपलोड करण्याचा प्रयत्न करीत असलेल्या फाईल प्रकारास अनुमती नाही.';
21
$lang['upload_invalid_filesize'] = 'आपण अपलोड करण्याचा प्रयत्न करीत असलेली फाइल परवानगी आकारापेक्षा मोठी आहे.';
22
$lang['upload_invalid_dimensions'] = 'आपण अपलोड करण्याचा प्रयत्न करीत असलेली प्रतिमा अनुमत परिमाणांमध्ये बसत नाही.';
23
$lang['upload_destination_error'] = 'अंतिम फाईलवर अपलोड केलेली फाईल हलविण्याचा प्रयत्न करताना एक समस्या आली.';
24
$lang['upload_no_filepath'] = 'अपलोड मार्ग वैध दिसत नाही.';
25
$lang['upload_no_file_types'] = 'आपण कोणतेही अनुमत फाइल प्रकार निर्दिष्ट केलेले नाहीत.';
26
$lang['upload_bad_filename'] = 'आपण सबमिट केलेले फाइल नाव सर्व्हरवर आधीपासूनच विद्यमान आहे.';
27
$lang['upload_not_writable'] = 'अपलोड अंतिम फोल्डर लिहिण्यायोग्य दिसत नाही.';