updated FR translation of rendertime addon
This commit is contained in:
parent
e4b38a30e9
commit
25a7ca76f5
1 changed files with 8 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue