geonames addon FR translation updated THX bob lebonche
This commit is contained in:
parent
8cee4de52f
commit
4732761c1b
2 changed files with 20 additions and 15 deletions
|
@ -4,15 +4,16 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# bob lebonche <lebonche@tutanota.com>, 2021
|
||||||
# ButterflyOfFire, 2020
|
# ButterflyOfFire, 2020
|
||||||
# Hypolite Petovan <hypolite@mrpetovan.com>, 2016
|
# Hypolite Petovan <hypolite@mrpetovan.com>, 2016
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: friendica\n"
|
"Project-Id-Version: friendica\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
|
||||||
"PO-Revision-Date: 2020-03-25 19:01+0000\n"
|
"PO-Revision-Date: 2021-03-22 08:32+0000\n"
|
||||||
"Last-Translator: ButterflyOfFire\n"
|
"Last-Translator: bob lebonche <lebonche@tutanota.com>\n"
|
||||||
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
|
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -20,18 +21,20 @@ msgstr ""
|
||||||
"Language: fr\n"
|
"Language: fr\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
#: geonames.php:143
|
#: geonames.php:141
|
||||||
msgid "Geonames settings updated."
|
|
||||||
msgstr "Paramètres de Geonames mis à jour."
|
|
||||||
|
|
||||||
#: geonames.php:179
|
|
||||||
msgid "Geonames Settings"
|
msgid "Geonames Settings"
|
||||||
msgstr "Paramètres Geonames"
|
msgstr "Paramètres Geonames"
|
||||||
|
|
||||||
#: geonames.php:181
|
#: geonames.php:142
|
||||||
msgid "Enable Geonames Addon"
|
msgid ""
|
||||||
msgstr ""
|
"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
|
#: geonames.php:143
|
||||||
msgid "Submit"
|
msgid "Enable Geonames Addon"
|
||||||
msgstr ""
|
msgstr "Activer l'application complémentaire Geonames"
|
||||||
|
|
||||||
|
#: geonames.php:144
|
||||||
|
msgid "Save Settings"
|
||||||
|
msgstr "Sauvegarder les paramètres."
|
||||||
|
|
|
@ -6,5 +6,7 @@ function string_plural_select_fr($n){
|
||||||
return intval($n > 1);
|
return intval($n > 1);
|
||||||
}}
|
}}
|
||||||
;
|
;
|
||||||
$a->strings["Geonames settings updated."] = "Paramètres de Geonames mis à jour.";
|
|
||||||
$a->strings["Geonames Settings"] = "Paramètres Geonames";
|
$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.";
|
||||||
|
|
Loading…
Reference in a new issue