mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-16 14:13:55 +00:00
ijpost addon FR translation updated THX bob lebonche
This commit is contained in:
parent
51f47ef283
commit
1a4661e984
2 changed files with 64 additions and 9 deletions
49
ijpost/lang/fr/messages.po
Normal file
49
ijpost/lang/fr/messages.po
Normal file
|
@ -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"
|
|
@ -1,9 +1,15 @@
|
|||
<?php
|
||||
|
||||
$a->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";
|
||||
<?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";
|
||||
|
|
Loading…
Reference in a new issue