Skip to content

Commit bf371f5

Browse files
authored
Merge pull request #390 from pascalminator/v4
Add french translation
2 parents 5de1d9a + 464acdf commit bf371f5

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

src/translations/fr/simplemap.php

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<?php
2+
/**
3+
* SimpleMap for Craft CMS
4+
*
5+
* @link https://ethercreative.co.uk
6+
* @copyright Copyright (c) 2019 Ether Creative
7+
*/
8+
9+
return [
10+
11+
// Field
12+
// =========================================================================
13+
14+
'Map' => 'Carte',
15+
'Geo-Coding' => 'Géocodage',
16+
17+
'Search for a location' => 'Rechercher un lieu',
18+
'Clear address' => 'Effacer l\'adresse',
19+
'No address selected' => 'Aucune adresse sélectionnée',
20+
21+
'Full Address' => 'Adresse complète',
22+
'Name / Number' => 'Nom / numéro',
23+
'Street Address' => 'Adresse de rue',
24+
'Town / City' => 'Ville',
25+
'Postcode' => 'Code postal',
26+
'County' => 'Comté',
27+
'State' => 'État / province',
28+
'Country' => 'Pays',
29+
30+
'Latitude' => 'Latitude',
31+
'Longitude' => 'Longitude',
32+
33+
'Zoom In' => 'Zoomer',
34+
'Zoom Out' => 'Dézoomer',
35+
'Center on Marker' => 'Centrer sur le marqueur',
36+
'Current Location' => 'Localisation actuelle',
37+
38+
];

0 commit comments

Comments
 (0)