* @package api * @version $Id: English.php 824 2010-05-02 15:32:06Z wwccss $ * @link https://www.zentao.pm */ $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 = 'Soumission'; $lang->api->url = 'Request URL'; $lang->api->result = 'Résultats'; $lang->api->status = 'Statut'; $lang->api->data = 'Données'; $lang->api->noParam = "Aucun paramètre n'est requis si GET Debug"; $lang->api->post = 'Se référer à la liste si POST Debug'; $lang->api->error = new stdclass(); $lang->api->error->onlySelect = 'Cette interface SQL ne supporte que les requêtes SELECT.'; $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.';