132 lines
7.0 KiB
PHP
132 lines
7.0 KiB
PHP
<?php
|
|
$lang->dev->common = 'Développeur';
|
|
$lang->dev->api = 'API';
|
|
$lang->dev->db = 'Base de Données';
|
|
$lang->dev->editor = 'Editeur';
|
|
$lang->dev->translate = 'Translate';
|
|
$lang->dev->dbList = 'Bases de Données';
|
|
$lang->dev->moduleList = 'Modules';
|
|
$lang->dev->params = 'Paramètres';
|
|
$lang->dev->type = 'Type';
|
|
$lang->dev->desc = 'Description';
|
|
$lang->dev->noParams = 'Pas de Paramètres';
|
|
$lang->dev->post = 'Paramètre POST';
|
|
|
|
$lang->dev->paramRange = 'Rang Paramètre : %s';
|
|
$lang->dev->paramDate = 'Format Date : YY-mm-dd, e.g 2019-01-01';
|
|
$lang->dev->paramColor = 'Format Couleur : #RGB, e.g. #3da7f5';
|
|
$lang->dev->paramMailto = "Comptes utilisateurs. Séparé par des ','.";
|
|
$lang->dev->noteEditor = "L'éditeur est désactivé pour des raisons de sécurité. Pour utiliser cette fonction, veuillez vous rendre sur le site officiel pour télécharger et installer le plugin de l'<a href='https://www.zentao.pm/extension-viewExt-150.html' target='_blank'>editeur</a>.";
|
|
$lang->dev->noteTranslate = "La traduction est désactivée pour des raisons de sécurité. Pour utiliser cette fonctionnalité, veuillez vous rendre sur le site officiel pour télécharger et installer le plugin de <a href='https://www.zentao.pm/extension-viewExt-151.html' target='_blank'>traduction</a>.";
|
|
|
|
$lang->dev->fields = array();
|
|
$lang->dev->fields['id'] = 'ID';
|
|
$lang->dev->fields['name'] = 'Champ';
|
|
$lang->dev->fields['desc'] = 'Description';
|
|
$lang->dev->fields['type'] = 'Type';
|
|
$lang->dev->fields['length'] = 'Longueur';
|
|
$lang->dev->fields['null'] = 'Null';
|
|
|
|
$lang->dev->tableList = array();
|
|
$lang->dev->tableList['action'] = 'Action';
|
|
$lang->dev->tableList['bug'] = 'Bug';
|
|
$lang->dev->tableList['build'] = 'Build';
|
|
$lang->dev->tableList['burn'] = 'Graphe Burndown';
|
|
$lang->dev->tableList['case'] = 'CasTest';
|
|
$lang->dev->tableList['casestep'] = 'Step';
|
|
$lang->dev->tableList['company'] = 'Entreprise';
|
|
$lang->dev->tableList['config'] = 'Configuration';
|
|
$lang->dev->tableList['custom'] = 'Personnalisation';
|
|
$lang->dev->tableList['dept'] = 'Compartiment';
|
|
$lang->dev->tableList['doc'] = 'Document';
|
|
$lang->dev->tableList['doclib'] = 'Bibliothèque Document';
|
|
$lang->dev->tableList['effort'] = 'Effort';
|
|
$lang->dev->tableList['extension'] = 'Extension';
|
|
$lang->dev->tableList['file'] = 'Fichier';
|
|
$lang->dev->tableList['group'] = 'Groupe';
|
|
$lang->dev->tableList['grouppriv'] = 'Privilège';
|
|
$lang->dev->tableList['history'] = 'Historique';
|
|
$lang->dev->tableList['lang'] = 'Langue';
|
|
$lang->dev->tableList['module'] = 'Module';
|
|
$lang->dev->tableList['product'] = $lang->productCommon;
|
|
$lang->dev->tableList['productplan'] = $lang->productCommon . 'Plan';
|
|
$lang->dev->tableList['project'] = $lang->projectCommon;
|
|
$lang->dev->tableList['projectproduct'] = $lang->projectCommon . $lang->productCommon;
|
|
$lang->dev->tableList['projectstory'] = $lang->projectCommon . 'Story';
|
|
$lang->dev->tableList['release'] = 'Release';
|
|
$lang->dev->tableList['story'] = 'Story';
|
|
$lang->dev->tableList['storyspec'] = 'Description Story';
|
|
$lang->dev->tableList['task'] = 'Tâche';
|
|
$lang->dev->tableList['taskestimate'] = 'Estimés';
|
|
$lang->dev->tableList['team'] = 'Equipe';
|
|
$lang->dev->tableList['testresult'] = 'Résultats Test';
|
|
$lang->dev->tableList['testrun'] = 'Exécution Test';
|
|
$lang->dev->tableList['testtask'] = 'Campagne';
|
|
$lang->dev->tableList['todo'] = 'Agenda';
|
|
$lang->dev->tableList['user'] = 'User';
|
|
$lang->dev->tableList['usercontact'] = 'Contact Utilisateur';
|
|
$lang->dev->tableList['usergroup'] = 'User Group';
|
|
$lang->dev->tableList['userquery'] = 'User Query';
|
|
$lang->dev->tableList['usertpl'] = 'User Template';
|
|
$lang->dev->tableList['admin'] = 'Admin';
|
|
$lang->dev->tableList['api'] = 'API';
|
|
$lang->dev->tableList['backup'] = 'Sauvegarde';
|
|
$lang->dev->tableList['common'] = 'Commun';
|
|
$lang->dev->tableList['convert'] = 'Convert';
|
|
$lang->dev->tableList['dev'] = 'Dévelop';
|
|
$lang->dev->tableList['git'] = 'GIT';
|
|
$lang->dev->tableList['index'] = 'Accueil';
|
|
$lang->dev->tableList['install'] = 'Installer';
|
|
$lang->dev->tableList['mail'] = 'Email';
|
|
$lang->dev->tableList['misc'] = 'Divers';
|
|
$lang->dev->tableList['my'] = 'Dashboard';
|
|
$lang->dev->tableList['qa'] = 'QA';
|
|
$lang->dev->tableList['report'] = 'Rapport';
|
|
$lang->dev->tableList['search'] = 'Recherche';
|
|
$lang->dev->tableList['sso'] = 'SSO';
|
|
$lang->dev->tableList['svn'] = 'SVN';
|
|
$lang->dev->tableList['testcase'] = 'CasTest';
|
|
$lang->dev->tableList['testreport'] = 'Rapport Test';
|
|
$lang->dev->tableList['testsuite'] = 'Cahier Recette';
|
|
$lang->dev->tableList['caselib'] = 'Case Library';
|
|
$lang->dev->tableList['tree'] = 'Arborescence';
|
|
$lang->dev->tableList['upgrade'] = 'Update';
|
|
$lang->dev->tableList['cron'] = 'Cron';
|
|
$lang->dev->tableList['datatable'] = 'Tableau Données';
|
|
$lang->dev->tableList['block'] = 'Bloc';
|
|
$lang->dev->tableList['branch'] = 'Branche';
|
|
$lang->dev->tableList['doccontent'] = 'Contenu Doc';
|
|
$lang->dev->tableList['storystage'] = 'Phase Story Phase';
|
|
$lang->dev->tableList['tutorial'] = 'Tutoriel';
|
|
$lang->dev->tableList['suitecase'] = 'Cas Cahier Recette';
|
|
$lang->dev->tableList['score'] = 'Score';
|
|
$lang->dev->tableList['entry'] = 'Application';
|
|
$lang->dev->tableList['webhook'] = 'WebHook';
|
|
$lang->dev->tableList['log'] = 'Log';
|
|
$lang->dev->tableList['message'] = 'Message';
|
|
$lang->dev->tableList['notify'] = 'Notification';
|
|
$lang->dev->tableList['userview'] = 'Droits Utilisateur';
|
|
$lang->dev->tableList['repo'] = 'Code';
|
|
$lang->dev->tableList['repohistory'] = 'Repo History';
|
|
$lang->dev->tableList['repofiles'] = 'Repo Files';
|
|
$lang->dev->tableList['repobranch'] = 'Repo Branch';
|
|
$lang->dev->tableList['ci'] = 'CI';
|
|
$lang->dev->tableList['compile'] = 'Compile';
|
|
$lang->dev->tableList['jenkins'] = 'Jenkins';
|
|
$lang->dev->tableList['job'] = 'Job';
|
|
|
|
$lang->dev->groupList['my'] = 'Dashboard';
|
|
$lang->dev->groupList['product'] = $lang->productCommon;
|
|
$lang->dev->groupList['project'] = $lang->projectCommon;
|
|
$lang->dev->groupList['qa'] = 'QA';
|
|
$lang->dev->groupList['doc'] = 'Doc';
|
|
$lang->dev->groupList['report'] = 'Rapport';
|
|
$lang->dev->groupList['company'] = 'Entreprise';
|
|
$lang->dev->groupList['repo'] = 'CI';
|
|
$lang->dev->groupList['api'] = 'API';
|
|
$lang->dev->groupList['message'] = 'Message';
|
|
|
|
$lang->dev->endGroupList['admin'] = 'Admin';
|
|
$lang->dev->endGroupList['system'] = 'Système';
|
|
$lang->dev->endGroupList['other'] = 'Autres';
|