]> git.mxchange.org Git - friendica-addons.git/blobdiff - advancedcontentfilter/lang/fr/strings.php
planets addon IT translation update THX Sylke Vicious
[friendica-addons.git] / advancedcontentfilter / lang / fr / strings.php
index 208a00a91eb150f39d46dc16109f28d060658366..14ecc38c6bf0d416346bc126236603c73f8fab1d 100644 (file)
@@ -3,7 +3,7 @@
 if(! function_exists("string_plural_select_fr")) {
 function string_plural_select_fr($n){
        $n = intval($n);
-       return ($n > 1);;
+       return intval($n > 1);
 }}
 ;
 $a->strings["Filtered by rule: %s"] = "Filtré par règle:%s";
@@ -11,9 +11,7 @@ $a->strings["Advanced Content Filter"] = "Filtre avancé de contenu";
 $a->strings["Back to Addon Settings"] = "Retour aux paramètres de l'extension";
 $a->strings["Add a Rule"] = "Ajouter une règle";
 $a->strings["Help"] = "Aide";
-$a->strings["Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the <a href=\"advancedcontentfilter/help\">help page</a>."] = "Dans cet écran, ajoutez et gérez votre règle personnelle de filtre de contenu. Les règles portent un nom et contiennent une expression arbitraire qui sera appliquée aux données du post. Pour une liste complète des opérations disponibles, voyez la page d'aide";
 $a->strings["Your rules"] = "Vos règles";
-$a->strings["You have no rules yet! Start adding one by clicking on the button above next to the title."] = "Vous n'avez encore aucune règle! Ajoutez-en une en cliquant le bouton au-dessus près du titre";
 $a->strings["Disabled"] = "Désactivé";
 $a->strings["Enabled"] = "Activé";
 $a->strings["Disable this rule"] = "Désactiver cette règle";
@@ -27,7 +25,6 @@ $a->strings["Close"] = "Fermer";
 $a->strings["Add new rule"] = "Ajouter nouvelle règle";
 $a->strings["Rule Name"] = "Nommer règle";
 $a->strings["Rule Expression"] = "Expression de règle";
-$a->strings["<p>Examples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"] = "";
 $a->strings["Cancel"] = "Annuler";
 $a->strings["You must be logged in to use this method"] = "Vous devez être connecté pour utiliser cette méthode";
 $a->strings["Invalid form security token, please refresh the page."] = "Formulaire token de sécurité invalide, rafraîchissez la page";
@@ -37,5 +34,5 @@ $a->strings["Rule doesn't exist or doesn't belong to you."] = "Cette règle n'ex
 $a->strings["Rule successfully updated"] = "Règle bien mise à jour";
 $a->strings["Rule successfully deleted"] = "Règle bien supprimée";
 $a->strings["Missing argument: guid."] = "Argument manquant: ";
-$a->strings["Unknown post with guid: %s"] = "";
+$a->strings["Unknown post with guid: %s"] = "Post inconnu avec guid : %s";
 $a->strings["Method not found"] = "Méthode non trouvée";