]> git.mxchange.org Git - friendica-addons.git/blob - openstreetmap/lang/fr/strings.php
regenerated all the strings
[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         $n = intval($n);
6         return intval($n > 1);
7 }}
8 $a->strings['Submit'] = 'Envoyer';
9 $a->strings['Tile Server URL'] = 'URL du serveur de tuiles';
10 $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>';
11 $a->strings['Default zoom'] = 'Zoom par défaut';
12 $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)';
13 $a->strings['Settings updated.'] = 'Paramètres mis à jour.';