From 1a4661e984fbc8105a5e84e72c71fbb8ba19fe7a Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 28 Mar 2021 19:38:22 +0200 Subject: [PATCH] ijpost addon FR translation updated THX bob lebonche --- ijpost/lang/fr/messages.po | 49 ++++++++++++++++++++++++++++++++++++++ ijpost/lang/fr/strings.php | 24 ++++++++++++------- 2 files changed, 64 insertions(+), 9 deletions(-) create mode 100644 ijpost/lang/fr/messages.po diff --git a/ijpost/lang/fr/messages.po b/ijpost/lang/fr/messages.po new file mode 100644 index 00000000..46397a52 --- /dev/null +++ b/ijpost/lang/fr/messages.po @@ -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 , 2021 +# Hypolite Petovan , 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 \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" diff --git a/ijpost/lang/fr/strings.php b/ijpost/lang/fr/strings.php index 398e3c62..c4a1d78e 100644 --- a/ijpost/lang/fr/strings.php +++ b/ijpost/lang/fr/strings.php @@ -1,9 +1,15 @@ -strings["Post to Insanejournal"] = "Publier vers InsaneJournal"; -$a->strings["InsaneJournal Post Settings"] = "Réglages InsaneJournal"; -$a->strings["Enable InsaneJournal Post Addon"] = "Activer le connecteur InsaneJournal"; -$a->strings["InsaneJournal username"] = "Utilisateur InsaneJournal"; -$a->strings["InsaneJournal password"] = "Mot de passe InsaneJournal"; -$a->strings["Post to InsaneJournal by default"] = "Publier sur InsaneJournal par défaut"; -$a->strings["Submit"] = "Envoyer"; + 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";