]> git.mxchange.org Git - friendica-addons.git/blob - smileybutton/lang/fr/strings.php
Merge pull request #965 from tobiasd/20200309-lng
[friendica-addons.git] / smileybutton / 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["Smileybutton settings"] = "Paramètres du bouton des Smileys";
10 $a->strings["You can hide the button and show the smilies directly."] = "";
11 $a->strings["Hide the button"] = "Cacher le bouton";
12 $a->strings["Save Settings"] = "";