26 lines
1.2 KiB
PHP
26 lines
1.2 KiB
PHP
<?php
|
|
/**
|
|
* The file module English file of ZenTaoPMS.
|
|
*
|
|
* @copyright Copyright 2009-2012 青岛易软天创网络科技有限公司 (QingDao Nature Easy Soft Network Technology Co,LTD www.cnezsoft.com)
|
|
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
|
|
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
|
|
* @package file
|
|
* @version $Id$
|
|
* @link http://www.zentao.net
|
|
*/
|
|
$lang->file = new stdclass();
|
|
$lang->file->common = 'File';
|
|
$lang->file->download = 'Download';
|
|
$lang->file->edit = 'Edit file name';
|
|
$lang->file->inputFileName = 'Input file name';
|
|
$lang->file->delete = 'Delete';
|
|
$lang->file->export2CSV = 'Export CSV';
|
|
$lang->file->ajaxUpload = 'AJAX: upload file from editor';
|
|
$lang->file->label = 'Title: ';
|
|
$lang->file->maxUploadSize = "The max upload size is <span class='red'>%s</span>";
|
|
|
|
$lang->file->errorNotExists = "<span class='red'>The directory '%s' is no exist</span>";
|
|
$lang->file->errorCanNotWrite = "<span class='red'>The directory '%s' is unwritable, please change it's permission. Command in linux:sudo -R chmod 777 '%s'</span>";
|
|
$lang->file->confirmDelete = " Are you sure to delete this file?";
|