]> git.mxchange.org Git - friendica-addons.git/commitdiff
Merge pull request #471 from MrPetovan/task/3878-move-group-to-src
authorMichael Vogel <icarus@dabo.de>
Sun, 10 Dec 2017 12:33:20 +0000 (13:33 +0100)
committerGitHub <noreply@github.com>
Sun, 10 Dec 2017 12:33:20 +0000 (13:33 +0100)
Move Group to src

notifyall/lang/fr/messages.po [new file with mode: 0644]
notifyall/lang/fr/strings.php [new file with mode: 0644]
numfriends/lang/fr/messages.po [new file with mode: 0644]
numfriends/lang/fr/strings.php

diff --git a/notifyall/lang/fr/messages.po b/notifyall/lang/fr/messages.po
new file mode 100644 (file)
index 0000000..dbc88ab
--- /dev/null
@@ -0,0 +1,57 @@
+# ADDON notifyall
+# Copyright (C)
+# This file is distributed under the same license as the Friendica notifyall addon package.
+# 
+# 
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-08-14 16:41+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: Thecross <louis1302@hotmail.fr>, 2017\n"
+"Language-Team: French (https://www.transifex.com/Friendica/teams/12172/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"
+
+#: notifyall.php:26
+msgid "Send email to all members"
+msgstr "Envoyer un courriel à tous les membres"
+
+#: notifyall.php:42
+#, php-format
+msgid "%s Administrator"
+msgstr ""
+
+#: notifyall.php:44
+#, php-format
+msgid "%1$s, %2$s Administrator"
+msgstr ""
+
+#: notifyall.php:60
+msgid "No recipients found."
+msgstr "Aucun destinataire trouvé."
+
+#: notifyall.php:78
+msgid "Emails sent"
+msgstr "Courriels envoyés"
+
+#: notifyall.php:86
+msgid "Send email to all members of this Friendica instance."
+msgstr "Envoyer un courriel à tous les membres de cet instance Friendica."
+
+#: notifyall.php:91
+msgid "Message subject"
+msgstr "Objet du message"
+
+#: notifyall.php:92
+msgid "Test mode (only send to administrator)"
+msgstr "Mode test (envoyer uniquement à l'administrateur)"
+
+#: notifyall.php:93
+msgid "Submit"
+msgstr "Envoyer"
diff --git a/notifyall/lang/fr/strings.php b/notifyall/lang/fr/strings.php
new file mode 100644 (file)
index 0000000..b0fbefa
--- /dev/null
@@ -0,0 +1,16 @@
+<?php
+
+if(! function_exists("string_plural_select_fr")) {
+function string_plural_select_fr($n){
+       return ($n > 1);;
+}}
+;
+$a->strings["Send email to all members"] = "Envoyer un courriel à tous les membres";
+$a->strings["%s Administrator"] = "";
+$a->strings["%1\$s, %2\$s Administrator"] = "";
+$a->strings["No recipients found."] = "Aucun destinataire trouvé.";
+$a->strings["Emails sent"] = "Courriels envoyés";
+$a->strings["Send email to all members of this Friendica instance."] = "Envoyer un courriel à tous les membres de cet instance Friendica.";
+$a->strings["Message subject"] = "Objet du message";
+$a->strings["Test mode (only send to administrator)"] = "Mode test (envoyer uniquement à l'administrateur)";
+$a->strings["Submit"] = "Envoyer";
diff --git a/numfriends/lang/fr/messages.po b/numfriends/lang/fr/messages.po
new file mode 100644 (file)
index 0000000..31f3220
--- /dev/null
@@ -0,0 +1,36 @@
+# ADDON numfriends
+# Copyright (C)
+# This file is distributed under the same license as the Friendica numfriends addon package.
+# 
+# 
+# Translators:
+# Thecross, 2017
+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: 2017-12-09 23:22+0000\n"
+"Last-Translator: Thecross\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"
+
+#: numfriends.php:46
+msgid "Numfriends settings updated."
+msgstr "Configuration de Numfriends mise à jour."
+
+#: numfriends.php:77
+msgid "Numfriends Settings"
+msgstr "Réglages de Numfriends"
+
+#: numfriends.php:79
+msgid "How many contacts to display on profile sidebar"
+msgstr "Nombre de contacts à afficher dans le volet de profil"
+
+#: numfriends.php:85
+msgid "Submit"
+msgstr "Appliquer"
index 447ae3669a58fddccd5c85801c74332eed91abdf..84ec8c8d19dff51398839b892342d27af5a3cc81 100644 (file)
@@ -1,6 +1,11 @@
-<?php\r
-\r
-$a->strings["Numfriends settings updated."] = "Réglages numfriends sauvés.";\r
-$a->strings["Numfriends Settings"] = "Réglages de numfriends";\r
-$a->strings["How many contacts to display on profile sidebar"] = "Nombre de contacts à montrer sur le panneau latéral du profil";\r
-$a->strings["Submit"] = "Envoyer";\r
+<?php
+
+if(! function_exists("string_plural_select_fr")) {
+function string_plural_select_fr($n){
+       return ($n > 1);;
+}}
+;
+$a->strings["Numfriends settings updated."] = "Configuration de Numfriends mise à jour.";
+$a->strings["Numfriends Settings"] = "Réglages de Numfriends";
+$a->strings["How many contacts to display on profile sidebar"] = "Nombre de contacts à afficher dans le volet de profil";
+$a->strings["Submit"] = "Appliquer";