-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #390 from pascalminator/v4
Add french translation
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?php | ||
/** | ||
* SimpleMap for Craft CMS | ||
* | ||
* @link https://ethercreative.co.uk | ||
* @copyright Copyright (c) 2019 Ether Creative | ||
*/ | ||
|
||
return [ | ||
|
||
// Field | ||
// ========================================================================= | ||
|
||
'Map' => 'Carte', | ||
'Geo-Coding' => 'Géocodage', | ||
|
||
'Search for a location' => 'Rechercher un lieu', | ||
'Clear address' => 'Effacer l\'adresse', | ||
'No address selected' => 'Aucune adresse sélectionnée', | ||
|
||
'Full Address' => 'Adresse complète', | ||
'Name / Number' => 'Nom / numéro', | ||
'Street Address' => 'Adresse de rue', | ||
'Town / City' => 'Ville', | ||
'Postcode' => 'Code postal', | ||
'County' => 'Comté', | ||
'State' => 'État / province', | ||
'Country' => 'Pays', | ||
|
||
'Latitude' => 'Latitude', | ||
'Longitude' => 'Longitude', | ||
|
||
'Zoom In' => 'Zoomer', | ||
'Zoom Out' => 'Dézoomer', | ||
'Center on Marker' => 'Centrer sur le marqueur', | ||
'Current Location' => 'Localisation actuelle', | ||
|
||
]; |