From fa60d291b28a68e967848647f7d2e8a0a79c3d42 Mon Sep 17 00:00:00 2001 From: Emmanuel Vella Date: Wed, 28 Oct 2015 14:08:12 +0000 Subject: [PATCH] Add missing french translations --- PHPCI/Languages/lang.fr.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/PHPCI/Languages/lang.fr.php b/PHPCI/Languages/lang.fr.php index a0f2cab8..f243dcd4 100644 --- a/PHPCI/Languages/lang.fr.php +++ b/PHPCI/Languages/lang.fr.php @@ -153,6 +153,9 @@ PHPCI', Services 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', );