This commit is contained in:
Emmanuel Vella 2016-09-06 14:59:25 +00:00 committed by GitHub
commit 4c747c5f93

View file

@ -153,6 +153,9 @@ PHPCI',
Services</a> de votre dépôt Bitbucket.',
// View Build
'errors' => 'Erreurs',
'information' => 'Informations',
'build_x_not_found' => 'Le Build avec l\'ID %d n\'existe pas.',
'build_n' => 'Build %d',
'rebuild_now' => 'Relancer maintenant',
@ -187,6 +190,7 @@ PHPCI',
'phpmd' => 'PHP Mess Detector',
'phpspec' => 'PHP Spec',
'phpunit' => 'PHP Unit',
'behat' => 'Behat',
'file' => 'Fichier',
'line' => 'Ligne',
@ -406,5 +410,11 @@ PHPCI',
'build_file_missing' => 'Le fichier de build spécifié n\'existe pas.',
'property_file_missing' => 'Le fichier de propriété spécifié n\'existe pas.',
'could_not_process_report' => 'Impossible de traiter le rapport généré par cet outil.',
'shell_not_enabled' => 'Le plugn shell n\'est pas activé. Merci de l\'activer via le fichier config.yml.'
'shell_not_enabled' => 'Le plugn shell n\'est pas activé. Merci de l\'activer via le fichier config.yml.',
// Error Levels:
'critical' => 'Critique',
'high' => 'Haut',
'normal' => 'Normal',
'low' => 'Base',
);