* @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,%s"; $lang->api->desc = 'Description'; $lang->api->debug = 'Debug'; $lang->api->submit = 'Submit'; $lang->api->url = 'Request URL'; $lang->api->result = 'Results'; $lang->api->status = 'Status'; $lang->api->data = 'Data'; $lang->api->noParam = 'No parameters required if GET Debug'; $lang->api->post = 'Refer to page list if POST Debug'; $lang->api->error = new stdclass(); $lang->api->error->onlySelect = 'SQL interface only allow SELECT query.'; $lang->api->error->disabled = 'For security reasons, this feature is disabled. You can go to the config directory and modify the configuration item %s to open this function.';