first commit
This commit is contained in:
85
libraries/ckeditor/plugins/googlemaps/lang/fr.js
Normal file
85
libraries/ckeditor/plugins/googlemaps/lang/fr.js
Normal file
@@ -0,0 +1,85 @@
|
||||
CKEDITOR.plugins.setLang( 'googlemaps', 'fr',
|
||||
{
|
||||
toolbar : 'Insérer/Editer une Carte Google',
|
||||
menu : 'Editer la carte',
|
||||
title : 'Propriétés de la Carte',
|
||||
|
||||
map : 'Map',
|
||||
'options' : 'Options',
|
||||
search : 'Rechercher',
|
||||
elements : 'Eléments',
|
||||
|
||||
width: 'Largeur',
|
||||
responsive: 'Responsive (100% Width)',
|
||||
height: 'Hauteur',
|
||||
zoomLevel : 'Niveau de Zoom',
|
||||
latitude : 'Latitude',
|
||||
longitude : 'Longitude',
|
||||
|
||||
loadMap : 'Charge Carte',
|
||||
onlyStatic: 'Statique',
|
||||
onClick : 'Sur click',
|
||||
onLoad : 'au chargement de la page',
|
||||
byScript : 'By a Script',
|
||||
|
||||
zoomControl : 'Contrôle de Navigation',
|
||||
smallZoom : 'Petit',
|
||||
fullZoom : 'Complet',
|
||||
|
||||
mapTypes : 'Types de carte',
|
||||
none: 'Aucune',
|
||||
Default : 'Defaut',
|
||||
mapTypesFull : 'Barre',
|
||||
mapTypesMenu : 'Menu',
|
||||
|
||||
overview : 'Encart',
|
||||
scale : 'Echelle',
|
||||
weather : 'Météo',
|
||||
|
||||
paths : 'Roads',
|
||||
traffic : 'Traffic',
|
||||
transit : 'Transit',
|
||||
bicycle : 'Bicycle',
|
||||
|
||||
searchDirection : 'Chercher une adresse',
|
||||
|
||||
clickToLoad : 'Cliquer pour charger',
|
||||
|
||||
defaultTitle : 'Titre',
|
||||
defaultMarkerText : 'Info sur le point',
|
||||
|
||||
addMarker : 'Ajouter un marker',
|
||||
addLine : 'Ajouter une ligne',
|
||||
addArea : 'Ajouter une zone',
|
||||
addKML : 'Ajouter uné référence KML',
|
||||
addText : 'Ajouter une note',
|
||||
addCircle : 'Add a circle',
|
||||
|
||||
kmlUrl : 'Fichier KML',
|
||||
|
||||
tooltip: 'Infobulle',
|
||||
markerIcon: 'Icone',
|
||||
deleteMarker : 'Effacer',
|
||||
directions : 'Add Directions link',
|
||||
directionsTitle : 'Directions',
|
||||
|
||||
markerProperties : 'Propriété du Marker',
|
||||
selectIcon :'Choisissez une icone pour le marker',
|
||||
|
||||
textProperties : 'Texte',
|
||||
text : 'Texte',
|
||||
|
||||
properties : 'Propriété',
|
||||
|
||||
lineProperties : 'Propriété de la ligne',
|
||||
strokeColor: 'Couleur',
|
||||
strokeWeight: 'Largeur',
|
||||
strokeOpacity: 'Opacité',
|
||||
|
||||
areaProperties: 'Propriétés de la zone',
|
||||
fillColor: 'Couleur',
|
||||
fillOpacity: 'Opacité',
|
||||
|
||||
chooseColor: 'Choisissez...'
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user