]> git.mxchange.org Git - friendica-addons.git/commitdiff
smiley button FR translation THX ButterflyOfFire
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 9 Mar 2020 10:37:08 +0000 (11:37 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 9 Mar 2020 10:37:08 +0000 (11:37 +0100)
smileybutton/lang/fr/messages.po [new file with mode: 0644]
smileybutton/lang/fr/strings.php [new file with mode: 0644]

diff --git a/smileybutton/lang/fr/messages.po b/smileybutton/lang/fr/messages.po
new file mode 100644 (file)
index 0000000..6e69892
--- /dev/null
@@ -0,0 +1,37 @@
+# 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 ""
diff --git a/smileybutton/lang/fr/strings.php b/smileybutton/lang/fr/strings.php
new file mode 100644 (file)
index 0000000..92033be
--- /dev/null
@@ -0,0 +1,12 @@
+<?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"] = "";