--- /dev/null
+# ADDON smileybutton
+# Copyright (C)
+# This file is distributed under the same license as the Friendica smileybutton addon package.
+#
+#
+# Translators:
+# ButterflyOfFire, 2020
+# StefOfficiel <pichard.stephane@free.fr>, 2015
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-23 14:45+0200\n"
+"PO-Revision-Date: 2020-02-27 22:14+0000\n"
+"Last-Translator: ButterflyOfFire\n"
+"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#: smileybutton.php:269
+msgid "Smileybutton settings"
+msgstr "Paramètres du bouton des Smileys"
+
+#: smileybutton.php:272
+msgid "You can hide the button and show the smilies directly."
+msgstr ""
+
+#: smileybutton.php:274
+msgid "Hide the button"
+msgstr "Cacher le bouton"
+
+#: smileybutton.php:281
+msgid "Save Settings"
+msgstr ""
--- /dev/null
+<?php
+
+if(! function_exists("string_plural_select_fr")) {
+function string_plural_select_fr($n){
+ $n = intval($n);
+ return ($n > 1);;
+}}
+;
+$a->strings["Smileybutton settings"] = "Paramètres du bouton des Smileys";
+$a->strings["You can hide the button and show the smilies directly."] = "";
+$a->strings["Hide the button"] = "Cacher le bouton";
+$a->strings["Save Settings"] = "";