]> git.mxchange.org Git - friendica-addons.git/commitdiff
gnot FR translation update THX ButterflyOfFire
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 29 Mar 2020 17:08:25 +0000 (19:08 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 29 Mar 2020 17:08:25 +0000 (19:08 +0200)
gnot/lang/fr/messages.po [new file with mode: 0644]
gnot/lang/fr/strings.php

diff --git a/gnot/lang/fr/messages.po b/gnot/lang/fr/messages.po
new file mode 100644 (file)
index 0000000..ec51673
--- /dev/null
@@ -0,0 +1,48 @@
+# ADDON gnot
+# Copyright (C)
+# This file is distributed under the same license as the Friendica gnot addon package.
+# 
+# 
+# Translators:
+# ButterflyOfFire, 2020
+# Hypolite Petovan <hypolite@mrpetovan.com>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-02-27 05:01-0500\n"
+"PO-Revision-Date: 2020-03-25 19:01+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"
+
+#: gnot.php:48
+msgid "Gnot settings updated."
+msgstr "Paramètres de Gnot mis à jour."
+
+#: gnot.php:79
+msgid "Gnot Settings"
+msgstr "Paramètres Gnot"
+
+#: gnot.php:81
+msgid ""
+"Allows threading of email comment notifications on Gmail and anonymising the"
+" subject line."
+msgstr ""
+
+#: gnot.php:82
+msgid "Enable this addon?"
+msgstr ""
+
+#: gnot.php:88
+msgid "Submit"
+msgstr ""
+
+#: gnot.php:97
+#, php-format
+msgid "[Friendica:Notify] Comment to conversation #%d"
+msgstr ""
index 32caf46bae67f1e00cd7034f543b64092bf392bc..96130f0a6e0bbc8dd0ddacd6e39acd4f652f02fd 100644 (file)
@@ -1,8 +1,14 @@
-<?php\r
-\r
-$a->strings["Gnot settings updated."] = "Réglages Gnot sauvés.";\r
-$a->strings["Gnot Settings"] = "Réglages Gnot";\r
-$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Autorise l'arborescence des notifications de commentaires sur GMail, et rend la ligne 'Sujet' anonyme.";\r
-$a->strings["Enable this addon?"] = "Activer cette extension?";\r
-$a->strings["Submit"] = "Envoyer";\r
-$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notification] Commentaire sur la conversation #%d";\r
+<?php
+
+if(! function_exists("string_plural_select_fr")) {
+function string_plural_select_fr($n){
+       $n = intval($n);
+       return ($n > 1);;
+}}
+;
+$a->strings["Gnot settings updated."] = "Paramètres de Gnot mis à jour.";
+$a->strings["Gnot Settings"] = "Paramètres Gnot";
+$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "";
+$a->strings["Enable this addon?"] = "";
+$a->strings["Submit"] = "";
+$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "";