]> git.mxchange.org Git - friendica-addons.git/blobdiff - openstreetmap/lang/fr/strings.php
FR update to the addon translations
[friendica-addons.git] / openstreetmap / lang / fr / strings.php
index a7b79e75a3e715d20261b6a3fc59a4c6ba996861..24902b3a2bfb1a5566b94159f7c69a469af6b126 100644 (file)
@@ -1,8 +1,13 @@
-<?php\r
-\r
-$a->strings["Submit"] = "Envoyer";\r
-$a->strings["Tile Server URL"] = "URL du serveur de tuiles";\r
-$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>";\r
-$a->strings["Default zoom"] = "Zoom par défaut";\r
-$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)";\r
-$a->strings["Settings updated."] = "Réglages mis à jour.";\r
+<?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.";