FR translation of the openstreetmap addon, THX Damien Goutte-Gattat

This commit is contained in:
Tobias Diekershoff 2016-09-13 15:45:18 +02:00
parent 2a6593d10d
commit 545e10bef5
2 changed files with 9 additions and 8 deletions

View file

@ -6,8 +6,8 @@ function string_plural_select_fr($n){
}}
;
$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["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)"] = "";
$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."] = "Paramètres mis à jour.";