tmcgee/cmv-widgets

View on GitHub
widgets/IdentifyPanel/nls/IdentifyPanel.js

Summary

Maintainability
A
0 mins
Test Coverage
// https://dojotoolkit.org/reference-guide/1.10/dojo/i18n.html
define({
    root: {
        Labels: {
            instructions: 'Click the map to identify features.',
            identifying: 'Identifying...',
            noInformation: 'No information available at that location.',
            feature: 'Viewing Feature',
            features: 'Features'
        },
        Buttons: {
            clearFeatures: {
                label: 'Clear Features',
                showLabel: false
            },
            firstFeature: {
                label: 'First Feature',
                showLabel: false
            },
            lastFeature: {
                label: 'Last Feature',
                showLabel: false
            },
            previousFeature: {
                label: 'Previous Feature',
                showLabel: false
            },
            nextFeature: {
                label: 'Next Feature',
                showLabel: false
            },
            zoomToFeature: {
                label: 'Zoom To Feature',
                showLabel: false
            },
            exportFeature: {
                label: 'Export Feature',
                showLabel: false
            }
        }
    }
});