File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 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+ ];
You can’t perform that action at this time.
0 commit comments