Files
EasySoft-ZenTaoPMS/module/api/lang/en.php
2015-11-05 14:09:52 +08:00

31 lines
1.1 KiB
PHP

<?php
/**
* The api module English file of ZenTaoPMS.
*
* @copyright Copyright 2009-2015 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
* @license ZPL (http://zpl.pub/page/zplv12.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package api
* @version $Id: English.php 824 2010-05-02 15:32:06Z wwccss $
* @link http://www.zentao.net
*/
$lang->api = new stdclass();
$lang->api->common = 'API';
$lang->api->getModel = 'Super Model API';
$lang->api->sql = 'SQL Query API';
$lang->api->position = 'Position';
$lang->api->startLine = "%s, line %s";
$lang->api->desc = 'Desc';
$lang->api->debug = 'Debug';
$lang->api->submit = 'submit';
$lang->api->url = 'Request url';
$lang->api->result = 'Result';
$lang->api->status = 'status';
$lang->api->data = 'data';
$lang->api->noParam = 'No params in this method';
$lang->api->post = 'Refer to corresponding form for debugging POST.';
$lang->api->error = new stdclass();
$lang->api->error->onlySelect = 'SQL query interface allows only SELECT query';