* @package file * @version $Id: vi.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ $lang->file = new stdclass(); $lang->file->common = 'File'; $lang->file->uploadImages = 'Batch Upload Images'; $lang->file->download = 'Tải về Files'; $lang->file->uploadDate = 'Uploaded'; $lang->file->edit = 'Rename File'; $lang->file->inputFileName = 'Enter File tên'; $lang->file->delete = 'Xóa File'; $lang->file->label = 'Label:'; $lang->file->maxUploadSize = "%s"; $lang->file->applyTemplate = "Apply Mẫu"; $lang->file->tplTitle = "Template Name"; $lang->file->tplTitleAB = "Templates"; $lang->file->setPublic = "Set Public Mẫu"; $lang->file->exportFields = "Fields"; $lang->file->exportRange = "Data"; $lang->file->defaultTPL = "Default"; $lang->file->setExportTPL = "Thiết lập"; $lang->file->preview = "Preview"; $lang->file->addFile = 'Thêm'; $lang->file->beginUpload = 'Click to Upload'; $lang->file->uploadSuccess = 'Uploaded!'; $lang->file->batchExport = 'Export in batches'; $lang->file->pathname = 'Path tên'; $lang->file->title = 'Tiêu đề'; $lang->file->fileName = 'File tên'; $lang->file->untitled = 'Untitled'; $lang->file->extension = 'Định dạng'; $lang->file->size = 'Size'; $lang->file->encoding = 'Encoding'; $lang->file->addedBy = 'Người thêm'; $lang->file->addedDate = 'Đã thêm'; $lang->file->downloads = 'Downloads'; $lang->file->extra = 'Nhận xét'; $lang->file->dragFile = 'Drag images here.'; $lang->file->childTaskTips = 'It\'s a child task if there is a \'>\' before the name.'; $lang->file->uploadImagesExplain = 'Ghi chú: upload .jpg, .jpeg, .gif, or .png images. The image name will be the name of the story and the image will be the description.'; $lang->file->saveAndNext = 'Save and Next'; $lang->file->importPager = 'Total: %s. Page %s of %s'; $lang->file->importSummary = "Import %s items You can %s items/page, so you have to import %s times."; $lang->file->accessDenied = 'Access denied to this file!'; $lang->file->errorNotExists = "'%s' không là found."; $lang->file->errorCanNotWrite = "'%s' không thể ghi. Vui lòng change its permission. Enter sudo chmod -R 777 '%s' in Linux."; $lang->file->confirmDelete = " Bạn có muốn xóa nó?"; $lang->file->errorFileSize = " File size exceeds the limit. It cannot be uploaded!"; $lang->file->errorFileUpload = " Uploading failed. The file size might exceeds the limit."; $lang->file->errorFileFormate = " Uploading failed. The file format không là in the prescribed scope."; $lang->file->errorFileMove = " Uploading failed. An error prompts when moving file."; $lang->file->dangerFile = " The file failed to be uploaded for security reasons."; $lang->file->errorSuffix = 'Format is incorrect. .zip files ONLY!'; $lang->file->errorExtract = 'Extracting files failed. Files might be damaged or there might be invalid files in the zip package.'; $lang->file->fileNotFound = 'Tập tin was not found. The physical file might have been deleted!'; $lang->file->fileContentEmpty = 'The file is empty. Check the file and upload it again.'; $lang->file->uploadError[1] = 'The uploaded filesize exceeds the limit. Please change the upload_max_filesize and post_max_size options in php.ini'; $lang->file->uploadError[2] = 'The size of the uploaded file exceeds the value specified by the MAX_FILE_SIZE option in the HTML form'; $lang->file->uploadError[3] = 'Only part of the file has been uploaded, please re-upload'; $lang->file->uploadError[4] = 'No files have been uploaded'; $lang->file->uploadError[5] = 'The size of the file is 0. Please upload the file again';