Merge pull request #971 from tobiasd/20200329-fr
[friendica-addons.git/.git] / gnot / lang / fr / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_fr")) {
4 function string_plural_select_fr($n){
5         $n = intval($n);
6         return ($n > 1);;
7 }}
8 ;
9 $a->strings["Gnot settings updated."] = "Paramètres de Gnot mis à jour.";
10 $a->strings["Gnot Settings"] = "Paramètres Gnot";
11 $a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "";
12 $a->strings["Enable this addon?"] = "";
13 $a->strings["Submit"] = "";
14 $a->strings["[Friendica:Notify] Comment to conversation #%d"] = "";