mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 19:38:49 +00:00
geonames FR translation update THX ButterflyOfFire
This commit is contained in:
parent
4f7dc02acb
commit
a32fd4df56
2 changed files with 49 additions and 6 deletions
|
@ -1,6 +1,12 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Geonames settings updated."] = "Réglages Geonames sauvés.";
|
||||
$a->strings["Geonames Settings"] = "Réglages Geonames";
|
||||
$a->strings["Enable Geonames Addon"] = "Activer Geonames";
|
||||
$a->strings["Submit"] = "Envoyer";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
$n = intval($n);
|
||||
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…
Add table
Add a link
Reference in a new issue