updated FR translation of rendertime addon
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 7 Dec 2017 06:28:27 +0000 (07:28 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 7 Dec 2017 06:28:27 +0000 (07:28 +0100)
rendertime/lang/fr/strings.php

index ab4fa67..b806c8f 100644 (file)
@@ -1,2 +1,8 @@
-<?php\r
-\r
+<?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";