geonames FR translation update THX ButterflyOfFire
This commit is contained in:
parent
4f7dc02acb
commit
a32fd4df56
|
@ -0,0 +1,37 @@
|
||||||
|
# ADDON geonames
|
||||||
|
# Copyright (C)
|
||||||
|
# This file is distributed under the same license as the Friendica geonames addon package.
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# ButterflyOfFire, 2020
|
||||||
|
# Hypolite Petovan <hypolite@mrpetovan.com>, 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"
|
||||||
|
"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"
|
||||||
|
|
||||||
|
#: geonames.php:143
|
||||||
|
msgid "Geonames settings updated."
|
||||||
|
msgstr "Paramètres de Geonames mis à jour."
|
||||||
|
|
||||||
|
#: geonames.php:179
|
||||||
|
msgid "Geonames Settings"
|
||||||
|
msgstr "Paramètres Geonames"
|
||||||
|
|
||||||
|
#: geonames.php:181
|
||||||
|
msgid "Enable Geonames Addon"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: geonames.php:187
|
||||||
|
msgid "Submit"
|
||||||
|
msgstr ""
|
|
@ -1,6 +1,12 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$a->strings["Geonames settings updated."] = "Réglages Geonames sauvés.";
|
if(! function_exists("string_plural_select_fr")) {
|
||||||
$a->strings["Geonames Settings"] = "Réglages Geonames";
|
function string_plural_select_fr($n){
|
||||||
$a->strings["Enable Geonames Addon"] = "Activer Geonames";
|
$n = intval($n);
|
||||||
$a->strings["Submit"] = "Envoyer";
|
return ($n > 1);;
|
||||||
|
}}
|
||||||
|
;
|
||||||
|
$a->strings["Geonames settings updated."] = "Paramètres de Geonames mis à jour.";
|
||||||
|
$a->strings["Geonames Settings"] = "Paramètres Geonames";
|
||||||
|
$a->strings["Enable Geonames Addon"] = "";
|
||||||
|
$a->strings["Submit"] = "";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user