-
Notifications
You must be signed in to change notification settings - Fork 1
/
upload_lang.php
executable file
·47 lines (45 loc) · 4.2 KB
/
upload_lang.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.2.4 or newer
*
* NOTICE OF LICENSE
*
* Licensed under the Open Software License version 3.0
*
* This source file is subject to the Open Software License (OSL 3.0) that is
* bundled with this package in the files license.txt / license.rst. It is
* also available through the world wide web at this URL:
* http://opensource.org/licenses/OSL-3.0
* If you did not receive a copy of the license and are unable to obtain it
* through the world wide web, please send an email to
* licensing@ellislab.com so we can send you a copy immediately.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2013, EllisLab, Inc. (http://ellislab.com/)
* @license http://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
* @link http://codeigniter.com
* @since Version 1.0
* @filesource
*/
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['upload_userfile_not_set'] = 'មិនអាចរកឃើញអថេរប្រកាសដែលគេហៅថា userfile ។';
$lang['upload_file_exceeds_limit'] = 'ដំណើរការផ្ទុកឯកសារឡើងដែលមានទំហំលើសទំហំអតិបរមាដែលបានអនុញ្ញាត ដែលមាននៅក្នុងការកំណត់រចនាសម្ព័ន្ធឯកសារ PHP របស់អ្នក។';
$lang['upload_file_exceeds_form_limit'] = 'ឯកសារដែលបានផ្ទុកឡើងលើសទំហំអតិបរមាដែលបានអនុញ្ញាតដោយទំរង់ដាក់ស្នើ។';
$lang['upload_file_partial'] = 'ឯកសារនេះត្រូវបានផ្ទុកឡើងតែផ្នែកខ្លះប៉ុណ្ណោះ។';
$lang['upload_no_temp_directory'] = 'ថតបណ្តោះអាសន្នត្រូវបានបាត់។';
$lang['upload_unable_to_write_file'] = 'ឯកសារមិនអាចសរសេរទៅថាសបានទេ។';
$lang['upload_stopped_by_extension'] = 'Tឯកសារផ្ទុកឡើងត្រូវបានបញ្ឈប់ដោយផ្នែកបន្ថែម។';
$lang['upload_no_file_selected'] = 'អ្នកមិនបានជ្រើសឯកសារដែលត្រូវផ្ទុកឡើង។';
$lang['upload_invalid_filetype'] = 'ប្រភេទឯកសារដែលអ្នកកំពុងព្យាយាមផ្ទុកឡើងមិនត្រូវបានអនុញ្ញាតឡើយ។';
$lang['upload_invalid_filesize'] = 'ឯកសារដែលអ្នកកំពុងព្យាយាមផ្ទុកឡើងមានទំហំធំជាងទំហំដែលបានអនុញ្ញាត។';
$lang['upload_invalid_dimensions'] = 'រូបភាពដែលអ្នកកំពុងព្យាយាមផ្ទុកឡើងមិនសមទៅនឹងវិមាត្រដែលបានអនុញ្ញាត។';
$lang['upload_destination_error'] = 'បញ្ហាមួយត្រូវបានជួបប្រទះខណៈពេលដែលព្យាយាមផ្លាស់ទីឯកសារទៅទិសដៅចុងក្រោយ។';
$lang['upload_no_filepath'] = 'ទីតាំងផ្ទុកឡើងមិនត្រឹមត្រូវ។';
$lang['upload_no_file_types'] = 'អ្នកមិនបានបញ្ជាក់ប្រភេទឯកសារណាមួយត្រូវបានអនុញ្ញាត។';
$lang['upload_bad_filename'] = 'ឈ្មោះឯកសារដែលអ្នកបានដាក់ស្នើមានរួចហើយនៅលើម៉ាស៊ីន។';
$lang['upload_not_writable'] = 'ទីតាំងថតផ្ទុកឡើងមិនអាចកែតម្រូវបាន។';
/* End of file upload_lang.php */
/* Location: ./system/language/english/upload_lang.php */