Files
EasySoft-ZenTaoPMS/module/api/lang/fr.php
2021-03-08 10:39:40 +08:00

32 lines
1.3 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 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.';