widgets/Export/nls/Export.js
// http://dojotoolkit.org/reference-guide/1.10/dojo/i18n.html
define({
root: {
'selectType': 'Select an Export Format',
'selectProjection': 'Output Projection (WKID)',
'projection': 'Output Projection WKT',
'download': 'Click here to download',
'export': 'Export',
'exportToExcel': 'Microsoft Excel (.xlsx)',
'exportToCSV': 'Comma-Separated-Values (.csv)',
'exportToXlsExcel': 'Microsoft Excel (.xls)',
'exportToGeoJSON': 'GeoJSON (.geojson)',
'exportToKML': 'Google Earth (.kml)',
'exportToKMZ': 'Google Earth (.kmz)',
'exportToShapeFile': 'Esri Shapefile (.zip)',
'exportToTopoJSON': 'TopoJSON (.topojson)',
'exportToWKT': 'Well-Known Text (.wkt)',
'errorExcel': 'Could not create Excel Spreadsheet',
'errorCSV': 'Could not create CSV File',
'errorGeoJSON': 'Could not create GeoJSON File',
'errorKML': 'Could not create KML File',
'errorShapeFile': 'Could not create Shape File',
'errorTopoJSON': 'Could not create TopoJSON File',
'errorWKT': 'Could not create WKT File',
'errorSpatialParser': 'Could not find Terraformer parser'
}
});