From 4732761c1b1456b01d4e4f92872761efb761fa7a Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 28 Mar 2021 19:40:26 +0200 Subject: [PATCH] geonames addon FR translation updated THX bob lebonche --- geonames/lang/fr/messages.po | 31 +++++++++++++++++-------------- geonames/lang/fr/strings.php | 4 +++- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/geonames/lang/fr/messages.po b/geonames/lang/fr/messages.po index 8d70fed7..b40ccb5f 100644 --- a/geonames/lang/fr/messages.po +++ b/geonames/lang/fr/messages.po @@ -4,15 +4,16 @@ # # # Translators: +# bob lebonche , 2021 # ButterflyOfFire, 2020 # Hypolite Petovan , 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" +"POT-Creation-Date: 2021-02-01 18:15+0100\n" +"PO-Revision-Date: 2021-03-22 08:32+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" @@ -20,18 +21,20 @@ msgstr "" "Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: geonames.php:143 -msgid "Geonames settings updated." -msgstr "Paramètres de Geonames mis à jour." - -#: geonames.php:179 +#: geonames.php:141 msgid "Geonames Settings" msgstr "Paramètres Geonames" -#: geonames.php:181 -msgid "Enable Geonames Addon" -msgstr "" +#: geonames.php:142 +msgid "" +"Replace numerical coordinates by the nearest populated location name in your" +" posts." +msgstr "Remplacer les coordonnées par le nom de la localité la plus proche dans votre publication." -#: geonames.php:187 -msgid "Submit" -msgstr "" +#: geonames.php:143 +msgid "Enable Geonames Addon" +msgstr "Activer l'application complémentaire Geonames" + +#: geonames.php:144 +msgid "Save Settings" +msgstr "Sauvegarder les paramètres." diff --git a/geonames/lang/fr/strings.php b/geonames/lang/fr/strings.php index c5b4eb2c..7a27a2f0 100644 --- a/geonames/lang/fr/strings.php +++ b/geonames/lang/fr/strings.php @@ -6,5 +6,7 @@ function string_plural_select_fr($n){ return intval($n > 1); }} ; -$a->strings["Geonames settings updated."] = "Paramètres de Geonames mis à jour."; $a->strings["Geonames Settings"] = "Paramètres Geonames"; +$a->strings["Replace numerical coordinates by the nearest populated location name in your posts."] = "Remplacer les coordonnées par le nom de la localité la plus proche dans votre publication."; +$a->strings["Enable Geonames Addon"] = "Activer l'application complémentaire Geonames"; +$a->strings["Save Settings"] = "Sauvegarder les paramètres.";