mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 02:48:48 +00:00
FR update to the addon translations
This commit is contained in:
parent
797ee03eb8
commit
09ba184198
28 changed files with 946 additions and 118 deletions
|
@ -1,8 +1,13 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Submit"] = "Envoyer";
|
||||
$a->strings["Tile Server URL"] = "URL du serveur de tuiles";
|
||||
$a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "Une liste de <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">serveurs de tuiles publics</a>";
|
||||
$a->strings["Default zoom"] = "Zoom par défaut";
|
||||
$a->strings["The default zoom level. (1:world, 18:highest)"] = "Le niveau de zoom affiché par défaut. (1: monde entier, 18: détail maximum)";
|
||||
$a->strings["Settings updated."] = "Réglages mis à jour.";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Submit"] = "Envoyer";
|
||||
$a->strings["Tile Server URL"] = "";
|
||||
$a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "";
|
||||
$a->strings["Default zoom"] = "Zoom par défaut";
|
||||
$a->strings["The default zoom level. (1:world, 18:highest)"] = "";
|
||||
$a->strings["Settings updated."] = "Paramètres mis à jour.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue