]> git.mxchange.org Git - friendica-addons.git/blob - openstreetmap/lang/fr/strings.php
FR update to the addon translations
[friendica-addons.git] / openstreetmap / lang / fr / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_fr")) {
4 function string_plural_select_fr($n){
5         return ($n > 1);;
6 }}
7 ;
8 $a->strings["Submit"] = "Envoyer";
9 $a->strings["Tile Server URL"] = "";
10 $a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "";
11 $a->strings["Default zoom"] = "Zoom par défaut";
12 $a->strings["The default zoom level. (1:world, 18:highest)"] = "";
13 $a->strings["Settings updated."] = "Paramètres mis à jour.";