]> git.mxchange.org Git - friendica-addons.git/commitdiff
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 ab4fa67a01a0faa5e9ef79cc221abc59b8c9bb82..b806c8f3a3f991c4d2c6bf67eaeb08d6b86491a3 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";