Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php/*** System messages translation for CodeIgniter(tm)** @author CodeIgniter community* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)* @license http://opensource.org/licenses/MIT MIT License* @link https://codeigniter.com*/defined('BASEPATH') OR exit('No direct script access allowed');$lang['upload_userfile_not_set'] = '無法找到送出變數中檔案';$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'] = '無法接受檔案格式';$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'] = '上傳目錄無法寫入';