/**
 * @requires OpenLayers/Lang/it.js
 */
OpenLayers.Util.extend(OpenLayers.Lang.it, {
    'mf.tools': 'Tools', //TODO

    'mf.layertree': 'Layer tree', //TODO
    'mf.layertree.opacity': 'Opacity', // TODO
    'mf.layertree.remove': 'Remove', // TODO
    'mf.layertree.zoomToExtent': 'Zoom to extent', // TODO

    'mf.print.mapTitle': 'Titolo',
    'mf.print.comment': 'Commento',
    'mf.print.loadingConfig': 'Caricamento in corso',
    'mf.print.serverDown': 'Server non disponibile',
    'mf.print.unableToPrint': 'Errore stampa',
    'mf.print.generatingPDF': 'Creare PDF',
    'mf.print.dpi': 'Risoluzione (dpi)',
    'mf.print.scale': 'Scala',
    'mf.print.rotation': 'Rotazione',
    'mf.print.print': 'Stampa',
    'mf.print.resetPos': 'Reinizializzare',
    'mf.print.layout': 'Layout di pagina',
    'mf.print.addPage': 'Add page', // TODO
    'mf.print.remove': 'Remove page', // TODO
    'mf.print.clearAll': 'Clear all', // TODO
    'mf.print.pdfReady': 'Your PDF document is ready.',
    'mf.print.noPage': 'No page selected, click on the "Add page" button to add one.', // TODO
    'mf.print.print-tooltip': 'Generate a PDF with at least the extent shown on the map', // TODO

    'mf.error': 'Errore',
    'mf.warning': 'Attenzione',
    'mf.information': 'Informazioni',

     // TODO ..........
    'mf.recenter.x': 'X',
    'mf.recenter.y': 'Y',
    'mf.recenter.submit': 'Recenter',
    'mf.recenter.missingCoords': 'Some coordinates are missing.',
    'mf.recenter.outOfRangeCoords': 'Submitted coordinates (${myX}, ${myY}) are not in the map area<br />' +
                                    'and must be within following ranges:<br/>' +
                                    '${coordX} between ${minCoordX} and ${maxCoordX},<br />' +
                                    '${coordY} between ${minCoordY} and ${maxCoordY}',
    'mf.recenter.ws.error': 'An error occured when accessing the distant webservice:',
    'mf.recenter.ws.service': 'Selected service',

    'mf.control.previous': 'Previous view', //TODO
    'mf.control.next': 'Next view', //TODO
    'mf.control.pan': 'Pan', //TODO
    'mf.control.zoomIn': 'Zoom in', //TODO
    'mf.control.zoomOut': 'Zoom out', //TODO
    'mf.control.zoomAll': 'Zoom all' //TODO
});
