]> git.mxchange.org Git - friendica-addons.git/commitdiff
ijpost addon FR translation updated THX bob lebonche
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 28 Mar 2021 17:38:22 +0000 (19:38 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 28 Mar 2021 17:38:22 +0000 (19:38 +0200)
ijpost/lang/fr/messages.po [new file with mode: 0644]
ijpost/lang/fr/strings.php

diff --git a/ijpost/lang/fr/messages.po b/ijpost/lang/fr/messages.po
new file mode 100644 (file)
index 0000000..46397a5
--- /dev/null
@@ -0,0 +1,49 @@
+# ADDON ijpost
+# Copyright (C)
+# This file is distributed under the same license as the Friendica ijpost addon package.
+# 
+# 
+# Translators:
+# bob lebonche <lebonche@tutanota.com>, 2021
+# Hypolite Petovan <hypolite@mrpetovan.com>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2021-02-01 18:15+0100\n"
+"PO-Revision-Date: 2021-03-22 08:49+0000\n"
+"Last-Translator: bob lebonche <lebonche@tutanota.com>\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"
+
+#: ijpost.php:39
+msgid "Post to Insanejournal"
+msgstr "Publier sur Insanejournal"
+
+#: ijpost.php:71 ijpost.php:75
+msgid "InsaneJournal Export"
+msgstr "Export vers journal Insane "
+
+#: ijpost.php:79
+msgid "Enable InsaneJournal Post Addon"
+msgstr "Activer l'application complémentaire InsaneJournalPost"
+
+#: ijpost.php:84
+msgid "InsaneJournal username"
+msgstr "Identifiant du InsaneJournal"
+
+#: ijpost.php:89
+msgid "InsaneJournal password"
+msgstr "Mot de passe du InsaneJournal"
+
+#: ijpost.php:94
+msgid "Post to InsaneJournal by default"
+msgstr "Publier sur le InsaneJournal par défaut"
+
+#: ijpost.php:99
+msgid "Save Settings"
+msgstr "Sauvegarder les paramètres"
index 398e3c623564d8a784d1c5ac602274643f3c1f14..c4a1d78eb586063ecfb655fea50ca61c95b618fa 100644 (file)
@@ -1,9 +1,15 @@
-<?php\r
-\r
-$a->strings["Post to Insanejournal"] = "Publier vers InsaneJournal";\r
-$a->strings["InsaneJournal Post Settings"] = "Réglages InsaneJournal";\r
-$a->strings["Enable InsaneJournal Post Addon"] = "Activer le connecteur InsaneJournal";\r
-$a->strings["InsaneJournal username"] = "Utilisateur InsaneJournal";\r
-$a->strings["InsaneJournal password"] = "Mot de passe InsaneJournal";\r
-$a->strings["Post to InsaneJournal by default"] = "Publier sur InsaneJournal par défaut";\r
-$a->strings["Submit"] = "Envoyer";\r
+<?php
+
+if(! function_exists("string_plural_select_fr")) {
+function string_plural_select_fr($n){
+       $n = intval($n);
+       return intval($n > 1);
+}}
+;
+$a->strings["Post to Insanejournal"] = "Publier sur Insanejournal";
+$a->strings["InsaneJournal Export"] = "Export vers journal Insane ";
+$a->strings["Enable InsaneJournal Post Addon"] = "Activer l'application complémentaire InsaneJournalPost";
+$a->strings["InsaneJournal username"] = "Identifiant du InsaneJournal";
+$a->strings["InsaneJournal password"] = "Mot de passe du InsaneJournal";
+$a->strings["Post to InsaneJournal by default"] = "Publier sur le InsaneJournal par défaut";
+$a->strings["Save Settings"] = "Sauvegarder les paramètres";