Files
EasySoft-ZenTaoPMS/module/file/lang/en.php
2012-02-21 07:22:58 +00:00

24 lines
1.1 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->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->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?";