85 lines
1.9 KiB
JavaScript
85 lines
1.9 KiB
JavaScript
CKEDITOR.plugins.setLang( 'googlemaps', 'it',
|
|
{
|
|
toolbar : 'Aggiungi/Modifica Google Map',
|
|
menu : 'Modifica Mappa',
|
|
title : 'Proprietà Google Maps',
|
|
|
|
map : 'Mappa',
|
|
'options' : 'Opzioni',
|
|
search : 'Cerca',
|
|
elements : 'Elementi',
|
|
|
|
width: 'Larghezza',
|
|
responsive: 'Responsive (100% Width)',
|
|
height: 'Altezza',
|
|
zoomLevel : 'Livello di Zoom',
|
|
latitude : 'Latitudine',
|
|
longitude : 'Longitudina',
|
|
|
|
loadMap : 'Caricamento Mappa',
|
|
onlyStatic: 'Statico',
|
|
onClick : 'Su click',
|
|
onLoad : 'Su caricamento pagina',
|
|
byScript : 'By a Script',
|
|
|
|
zoomControl : 'Barra di Navigazione',
|
|
smallZoom : 'Piccola',
|
|
fullZoom : 'Grande',
|
|
|
|
mapTypes : 'Tipi di mappa',
|
|
none: 'Non impostato',
|
|
Default : 'Predefinito',
|
|
mapTypesFull : 'Barra',
|
|
mapTypesMenu : 'Menu',
|
|
|
|
overview : 'Overview',
|
|
scale : 'Scala',
|
|
weather : 'Weather',
|
|
|
|
paths : 'Roads',
|
|
traffic : 'Traffic',
|
|
transit : 'Transit',
|
|
bicycle : 'Bicycle',
|
|
|
|
searchDirection : 'Cerca e direzione',
|
|
|
|
clickToLoad : 'Clicca per caricare',
|
|
|
|
defaultTitle : 'Titolo',
|
|
defaultMarkerText : 'Informazioni',
|
|
|
|
addMarker : 'Aggiungi un marker',
|
|
addLine : 'Aggiungi una linea',
|
|
addArea : 'Aggiungi un\'area',
|
|
addKML : 'Aggiungi una riferimento KLM',
|
|
addText : 'Aggiungi una nota',
|
|
addCircle : 'Add a circle',
|
|
|
|
kmlUrl : 'KML file',
|
|
|
|
tooltip: 'Tooltip',
|
|
markerIcon: 'Icona',
|
|
deleteMarker : 'Elimina',
|
|
directions : 'Add Directions link',
|
|
directionsTitle : 'Directions',
|
|
|
|
markerProperties : 'Proprietà del marker',
|
|
selectIcon :'Scegli un\'icona per il marker',
|
|
|
|
textProperties : 'Testo',
|
|
text : 'Testo',
|
|
|
|
properties : 'Proprietà',
|
|
|
|
lineProperties : 'Proprietà della linea',
|
|
strokeColor: 'Colore',
|
|
strokeWeight: 'Larcghezza',
|
|
strokeOpacity: 'Opacità',
|
|
|
|
areaProperties: 'Proprietà dell\'area',
|
|
fillColor: 'Colore',
|
|
fillOpacity: 'Opacità',
|
|
|
|
chooseColor: 'Seleziona...'
|
|
}
|
|
); |