updated FR translation of rendertime addon

This commit is contained in:
Tobias Diekershoff 2017-12-07 07:28:27 +01:00
parent e4b38a30e9
commit 25a7ca76f5
1 changed files with 8 additions and 2 deletions

View File

@ -1,2 +1,8 @@
<?php
<?php
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
return ($n > 1);;
}}
;
$a->strings["Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, Other: %s, Total: %s"] = "Performances: Base de données : %s, Réseau : %s, Rendu : %s, Parser : %s, Entrées/sorties : %s, Autre : %s, Total : %s";