]> git.mxchange.org Git - friendica.git/blobdiff - view/fr/strings.php
merge
[friendica.git] / view / fr / strings.php
index 63e044849a2efba9fbd07a49929094728c01b2d9..8a751c78b3801396d5f4a0dccbe2990ba855f789 100644 (file)
@@ -1,8 +1,9 @@
 <?php
 
+if(! function_exists("string_plural_select_fr")) {
 function string_plural_select_fr($n){
        return ($n > 1);;
-}
+}}
 ;
 $a->strings["Post successful."] = "Publication réussie.";
 $a->strings["[Embedded content - reload page to view]"] = "[contenu incorporé - rechargez la page pour le voir]";