znt/module/ci/lang/fr.php

15 lines
566 B
PHP

<?php
$lang->ci->common = 'TA';
$lang->ci->commitResult = 'Interface validation des r閟ultats de tests.';
$lang->ci->checkCompileStatus = 'Interface: Fetch Test Result.';
$lang->ci->job = 'Construction';
$lang->ci->task = 'T鈉he';
$lang->ci->history = 'Historique';
$lang->ci->list = 'List';
$lang->ci->errors = new stdclass();
$lang->ci->errors->noProduct = 'ProductID is not correct.';
$lang->ci->errors->noProject = 'Product#%s has no related project.';
$lang->ci->errors->noExecution = 'Product#%s has no related execution.';